X509CertifiedExplicit
data class X509CertifiedExplicit(val certChain: X509CertChain, val privateKey: EcPrivateKey, val algorithm: Algorithm = privateKey.curve.defaultSigningAlgorithmFullySpecified) : AsymmetricKey.X509Certified, AsymmetricKey.Explicit
AsymmetricKey which is both AsymmetricKey.X509Certified and AsymmetricKey.Explicit.
Constructors
Link copied to clipboard
constructor(certChain: X509CertChain, privateKey: EcPrivateKey, algorithm: Algorithm = privateKey.curve.defaultSigningAlgorithmFullySpecified)