toggle menu
Signum
3.10.0
common
switch theme
search in API
indispensable
/
at.asitplus.signum.indispensable.pki
/
Pkcs10CertificationRequestAttribute
Pkcs10Certification
Request
Attribute
@
Serializable
data
class
Pkcs10CertificationRequestAttribute
(
val
oid
:
ObjectIdentifier
,
val
value
:
List
<
Asn1Element
>
)
:
Asn1Encodable
<
Asn1Sequence
>
,
Identifiable
(
source
)
Members
Constructors
Pkcs10Certification
Request
Attribute
Link copied to clipboard
constructor
(
id
:
ObjectIdentifier
,
value
:
Asn1Element
)
constructor
(
oid
:
ObjectIdentifier
,
value
:
List
<
Asn1Element
>
)
Types
Companion
Link copied to clipboard
object
Companion
:
Asn1Decodable
<
Asn1Sequence
,
Pkcs10CertificationRequestAttribute
>
Properties
oid
Link copied to clipboard
open
override
val
oid
:
ObjectIdentifier
value
Link copied to clipboard
val
value
:
List
<
Asn1Element
>
Functions
encode
To
Der
Link copied to clipboard
open
fun
encodeToDer
(
)
:
ByteArray
encode
To
Der
Or
Null
Link copied to clipboard
open
fun
encodeToDerOrNull
(
)
:
ByteArray
?
encode
To
Der
Safe
Link copied to clipboard
open
fun
encodeToDerSafe
(
)
:
KmmResult
<
ByteArray
>
encode
To
Tlv
Link copied to clipboard
open
override
fun
encodeToTlv
(
)
:
Asn1Sequence
encode
To
Tlv
Or
Null
Link copied to clipboard
open
fun
encodeToTlvOrNull
(
)
:
Asn1Sequence
?
encode
To
Tlv
Safe
Link copied to clipboard
open
fun
encodeToTlvSafe
(
)
:
KmmResult
<
Asn1Sequence
>
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
with
Implicit
Tag
Link copied to clipboard
open
infix
fun
withImplicitTag
(
tag
:
Asn1Element.Tag
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
template
:
Asn1Element.Tag.Template
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
tagValue
:
ULong
)
:
Asn1Element