Gcr.GeneralName
- Subclasses:
None
Class Details
-
class Gcr.GeneralName(**kwargs)
- Bases:
GObject.Object
- Abstract:
No
- Structure:
Gcr.GeneralNameClass
An object describing a name as part of the Subject Alternative Name (SAN)
extension.
-
get_description()[source]
- Return type:
str
Returns a user-friendly string describing the name.
-
get_value()[source]
- Return type:
str
Returns the actual value of the name.
-
get_value_raw()[source]
- Return type:
GLib.Bytes
Returns the raw bytes describing the value of the name.