awesn1
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
crypto
/
at.asitplus.awesn1.crypto
/
SubjectPublicKeyInfo
Subject
Public
Key
Info
@
Serializable
(
with
=
SubjectPublicKeyInfo.Companion::class
)
open
class
SubjectPublicKeyInfo
(
val
algorithmIdentifier
:
Asn1Sequence
,
val
subjectPublicKey
:
Asn1BitString
)
:
Asn1Encodable
<
Asn1Sequence
>
(
source
)
Members
Constructors
Subject
Public
Key
Info
Link copied to clipboard
constructor
(
algorithmIdentifier
:
Asn1Sequence
,
subjectPublicKey
:
Asn1BitString
)
Types
Companion
Link copied to clipboard
object
Companion
:
Asn1Serializable
<
Asn1Sequence
,
SubjectPublicKeyInfo
>
Properties
algorithm
Identifier
Link copied to clipboard
val
algorithmIdentifier
:
Asn1Sequence
algorithm
Oid
Link copied to clipboard
val
algorithmOid
:
ObjectIdentifier
algorithm
Parameters
Link copied to clipboard
val
algorithmParameters
:
List
<
Asn1Element
>
subject
Public
Key
Link copied to clipboard
val
subjectPublicKey
:
Asn1BitString
Functions
decode
Rsa
Public
Key
Link copied to clipboard
fun
decodeRsaPublicKey
(
)
:
RsaPublicKeyInfo
encode
To
Tlv
Link copied to clipboard
open
override
fun
encodeToTlv
(
)
:
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
pretty
Print
Asn1
Link copied to clipboard
open
fun
prettyPrintAsn1
(
)
:
String
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