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
/
EncryptedPrivateKeyInfo
Encrypted
Private
Key
Info
@
Serializable
(
with
=
EncryptedPrivateKeyInfo.Companion::class
)
open
class
EncryptedPrivateKeyInfo
(
val
encryptionAlgorithm
:
Asn1Sequence
,
val
encryptedData
:
Asn1PrimitiveOctetString
)
:
Asn1PemEncodable
<
Asn1Sequence
>
(
source
)
Members
Constructors
Encrypted
Private
Key
Info
Link copied to clipboard
constructor
(
encryptionAlgorithm
:
Asn1Sequence
,
encryptedData
:
Asn1PrimitiveOctetString
)
Types
Companion
Link copied to clipboard
object
Companion
:
Asn1PemDecodable
<
Asn1Sequence
,
EncryptedPrivateKeyInfo
>
,
Asn1Serializable
<
Asn1Sequence
,
EncryptedPrivateKeyInfo
>
Properties
encrypted
Data
Link copied to clipboard
val
encryptedData
:
Asn1PrimitiveOctetString
encryption
Algorithm
Link copied to clipboard
val
encryptionAlgorithm
:
Asn1Sequence
pem
Headers
Link copied to clipboard
open
val
pemHeaders
:
List
<
PemHeader
>
pem
Label
Link copied to clipboard
open
override
val
pemLabel
:
String
Functions
encode
To
Pem
Payload
Link copied to clipboard
open
override
fun
encodeToPemPayload
(
)
:
ByteArray
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