diff options
Diffstat (limited to 'docs/x509.rst')
-rw-r--r-- | docs/x509.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index f94f50eb..eab1f53c 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -695,6 +695,20 @@ General Name Classes :type: :class:`ObjectIdentifier` +.. class:: OtherName + + .. versionadded:: 1.0 + + This corresponds to an "otherName." An otherName has a type identifier and a value represented in binary DER format. + + .. attribute:: type_id + + :type: :class:`ObjectIdentifier` + + .. attribute:: value + + :type: `bytes` + X.509 Extensions ~~~~~~~~~~~~~~~~ |