GeneralName#

Added in version 4.3.90.

class GeneralName(**properties: Any)#

Superclasses: Object

An object describing a name as part of the Subject Alternative Name (SAN) extension.

Methods#

class GeneralName
get_description() str#

Returns a user-friendly string describing the name.

get_value() str#

Returns the actual value of the name.

get_value_raw() Bytes#

Returns the raw bytes describing the value of the name.