Properties

Link copied to clipboard
open override val alternativePemLabels: Set<String>
Link copied to clipboard
open override val canonicalPemLabel: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun ec(sec1Key: Sec1EcPrivateKeyInfo, curveOid: ObjectIdentifier?, attributes: Set<Asn1Element>? = null): Pkcs8PrivateKeyInfo
Link copied to clipboard
operator fun Pkcs8PrivateKeyInfo.Companion.invoke(privateKey: Pkcs1RsaPrivateKeyInfo, attributes: Set<Asn1Element>? = null, der: Der = DER): Pkcs8PrivateKeyInfo
operator fun Pkcs8PrivateKeyInfo.Companion.invoke(privateKey: Sec1EcPrivateKeyInfo, curveOid: ObjectIdentifier?, attributes: Set<Asn1Element>? = null, der: Der = DER): Pkcs8PrivateKeyInfo
Link copied to clipboard
fun rsa(privateKey: Pkcs1RsaPrivateKeyInfo, attributes: Set<Asn1Element>? = null): Pkcs8PrivateKeyInfo