SubjectPublicKeyInfo#

class SubjectPublicKeyInfo(*args, **kwargs)#

Methods#

class SubjectPublicKeyInfo
free() None#
get_algorithm_description() str#

Returns a user-facing description of the algorithm used by the public key.

get_algorithm_oid() str#

Returns the OID of the algorithm used by the public key.

get_algorithm_parameters_raw() Bytes#

Returns the raw bytes describing the parameters for the public key’s algorithm. Their meaning is algorithm-specific

get_key() Bytes#

Returns the public key.

get_key_size() int#

Returns the size of the public key.