FromPKCS1
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun decodeFromDerSafe(src: ByteArray, assertTag: Asn1Element.Tag?): KmmResult<CryptoPrivateKey.RSA>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun decodeFromTlvSafe(src: Asn1Sequence, assertTag: Asn1Element.Tag?): KmmResult<CryptoPrivateKey.RSA>
Link copied to clipboard
PKCS1 decoding of an ASN.1 private key, optionally supporting attributes for later PKCS#8 encoding
Link copied to clipboard