Gcr.SubjectPublicKeyInfo

Fields

None

Methods

copy ()

free ()

get_algorithm_description ()

get_algorithm_oid ()

get_algorithm_parameters_raw ()

get_key ()

get_key_size ()

Details

class Gcr.SubjectPublicKeyInfo
copy()[source]
Return type:

Gcr.SubjectPublicKeyInfo

free()[source]
get_algorithm_description()[source]
Return type:

str

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

get_algorithm_oid()[source]
Return type:

str

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

get_algorithm_parameters_raw()[source]
Returns:

The raw bytes describing the algorithm’s parameters

Return type:

GLib.Bytes

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

get_key()[source]
Returns:

The raw data of the public key

Return type:

GLib.Bytes

Returns the public key.

get_key_size()[source]
Returns:

The key size

Return type:

int

Returns the size of the public key.