Without Public Key
class WithoutPublicKey(val privateKey: BigInteger, val publicKeyBytes: Asn1BitString?, val attributes: List<Asn1Element>? = null, curveOrderLengthInBytes: Int) : CryptoPrivateKey.EC
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
PKCS#8 encoding of a private key:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun withCurve(curve: ECCurve, encodeCurve: Boolean = true, encodePublicKey: Boolean = (this.publicKeyBytes != null)): CryptoPrivateKey.EC.WithPublicKey
Creates a new CryptoPrivateKey.EC.WithPublicKey based on the passed curve.
Link copied to clipboard