EncryptedPrivateKeyInfo

open class EncryptedPrivateKeyInfo(val encryptionAlgorithm: Asn1Sequence, val encryptedData: Asn1PrimitiveOctetString) : Asn1PemEncodable<Asn1Sequence> (source)

Constructors

Link copied to clipboard
constructor(encryptionAlgorithm: Asn1Sequence, encryptedData: Asn1PrimitiveOctetString)

Types

Link copied to clipboard
object Companion : Asn1PemDecodable<Asn1Sequence, EncryptedPrivateKeyInfo> , Asn1Serializable<Asn1Sequence, EncryptedPrivateKeyInfo>

Properties

Link copied to clipboard
val encryptedData: Asn1PrimitiveOctetString
Link copied to clipboard
val encryptionAlgorithm: Asn1Sequence
Link copied to clipboard
open override val pemLabel: String

Functions

Link copied to clipboard
open fun buildPemHeaders(): Iterable<PemHeader>
Link copied to clipboard
open override fun encodeToPemBlock(): PemBlock
Link copied to clipboard
open override fun encodeToTlv(): Asn1Sequence
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
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