Gcr.SubjectPublicKeyInfo – gcr-4 Reference Manual
Packages
gcr-4
Gcr
SubjectPublicKeyInfo
copy
free
get_algorithm_description
get_algorithm_oid
get_algorithm_parameters_raw
get_key
get_key_size
SubjectPublicKeyInfo
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gcr_subject_public_key_info_get_type ()"
) ]
[
Compact
]
public
class
SubjectPublicKeyInfo
Namespace:
Gcr
Package:
gcr-4
Content:
Methods:
public
SubjectPublicKeyInfo
copy
()
public
void
free
()
public
unowned
string
get_algorithm_description
()
Returns a user-facing description of the algorithm used by the public key.
public
unowned
string
get_algorithm_oid
()
Returns the OID of the algorithm used by the public key.
public
unowned
Bytes
get_algorithm_parameters_raw
()
Returns the raw bytes describing the parameters for the public key's algorithm.
public
unowned
Bytes
get_key
()
Returns the public key.
public
uint
get_key_size
()
Returns the size of the public key.