Lines Matching refs:public
115 For everything other than a public key type, this is the same as
127 """Whether the key type is for public keys."""
239 # The PSA API does not use public key objects in key agreement
240 # operations: it imports the public key as a formatted byte string.
241 # So a public key object with a key agreement algorithm is not
542 def usage_flags(self, public: bool = False) -> List[str]:
545 If public is true, only return public-key operations, not private-key operations.
557 if not public:
561 if not public: