awesn1
Toggle table of contents
0.6.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
crypto
/
at.asitplus.awesn1.crypto.pki
/
X509GeneralName
/
Other
/
SemanticValue
/
Generic
Generic
@
Serializable
data
class
Generic
(
val
oid
:
ObjectIdentifier
,
taggedValue
:
ExplicitlyTagged
<
Asn1Element
>
)
:
X509GeneralName.Other.SemanticValue
(
source
)
Structural fallback for an
otherName
OID without a registered semantic subtype.
Members
Constructors
Generic
Link copied to clipboard
constructor
(
oid
:
ObjectIdentifier
,
taggedValue
:
ExplicitlyTagged
<
Asn1Element
>
)
constructor
(
typeId
:
ObjectIdentifier
,
value
:
Asn1Element
)
Properties
oid
Link copied to clipboard
open
override
val
oid
:
ObjectIdentifier
type
Id
Link copied to clipboard
val
typeId
:
ObjectIdentifier
value
Link copied to clipboard
val
value
:
Asn1Element