Class CertifiedKeyPair


  • public class CertifiedKeyPair
    extends Object
    A certified key pair.
    Since:
    5.4
    Version:
    $Id: 803b48f223826b3775f53b134177dd77a78cb7d3 $
    • Constructor Detail

      • CertifiedKeyPair

        public CertifiedKeyPair​(PrivateKeyParameters privateKey,
                                CertifiedPublicKey certificate)
        Create a new certified key pair, associating a certificate and a private key.
        Parameters:
        privateKey - the private key.
        certificate - the certificate.