Companion
Properties
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