Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor
Link copied to clipboard
open override val leadingTags: Set<Asn1Element.Tag>

Functions

Link copied to clipboard
Link copied to clipboard
open override fun deserialize(decoder: Decoder): Pkcs8PrivateKeyInfo
Link copied to clipboard
open override fun doDecode(src: Asn1Sequence): Pkcs8PrivateKeyInfo
Link copied to clipboard
fun ec(sec1Key: EcPrivateKeyInfo, curveOid: ObjectIdentifier?, attributes: List<Asn1Element>? = null): Pkcs8PrivateKeyInfo
Link copied to clipboard
fun rsa(privateKey: RsaPrivateKeyInfo, attributes: List<Asn1Element>? = null): Pkcs8PrivateKeyInfo
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Pkcs8PrivateKeyInfo)
Link copied to clipboard
open fun verifyTag(src: Asn1Sequence, assertTag: Asn1Element.Tag?)