💾 Archived View for tris.fyi › pydoc › cryptography.x509.general_name captured on 2023-01-29 at 04:18:43. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
This module has no docstring.
value = <property object at 0x7f75e2c97830>
value = <property object at 0x7f75e2c979c0>
value = <abc.abstractproperty object at 0x7f75e2e99ea0> Return the value of the object
value = <property object at 0x7f75e2c97bf0>
from_rfc4514_string(data: str, attr_name_overrides: Optional[Mapping[str, ObjectIdentifier]] = None) -> 'Name'
get_attributes_for_oid(self, oid: ObjectIdentifier) -> List[cryptography.x509.name.NameAttribute]
public_bytes(self, backend: Any = None) -> bytes
rfc4514_string(self, attr_name_overrides: Optional[Mapping[ObjectIdentifier, str]] = None) -> str Format as RFC4514 Distinguished Name string. For example 'CN=foobar.com,O=Foo Corp,C=US' An X.509 name is a two-level structure: a list of sets of attributes. Each list element is separated by ',' and within each list element, set elements are separated by '+'. The latter is almost never used in real world certificates. According to RFC4514 section 2.1 the RDNSequence must be reversed when converting to string representation.
rdns = <property object at 0x7f75e2c973d0>
dotted_string = <attribute 'dotted_string' of 'builtins.ObjectIdentifier' objects>
type_id = <property object at 0x7f75e2c97d30>
value = <property object at 0x7f75e2c97d80>
value = <property object at 0x7f75e2c962a0>
value = <property object at 0x7f75e2c97ab0>
value = <property object at 0x7f75e2c97970>
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
parseaddr(addr) Parse addr into its constituent realname and email address parts. Return a tuple of realname and email address, unless the parse fails, in which case return a 2-tuple of ('', '').