:right-sidebar: True SubjectPublicKeyInfo =================================================================== .. currentmodule:: gi.repository.Gcr .. class:: SubjectPublicKeyInfo(*args, **kwargs) :no-contents-entry: Methods ------- .. rst-class:: interim-class .. class:: SubjectPublicKeyInfo :no-index: .. method:: free() -> None .. method:: get_algorithm_description() -> str Returns a user-facing description of the algorithm used by the public key. .. method:: get_algorithm_oid() -> str Returns the OID of the algorithm used by the public key. .. method:: get_algorithm_parameters_raw() -> ~gi.repository.GLib.Bytes Returns the raw bytes describing the parameters for the public key's algorithm. Their meaning is algorithm-specific .. method:: get_key() -> ~gi.repository.GLib.Bytes Returns the public key. .. method:: get_key_size() -> int Returns the size of the public key.