Class TLSCertificateKeyPair



  • public class TLSCertificateKeyPair
    extends java.lang.Object
    Holds PEM encoded TLS certificate key pairs.
    • Method Detail

      • getCertPEMBytes

        public byte[] getCertPEMBytes​()
        Returns:
        the certificate, in PEM encoding
      • getCertDERBytes

        public byte[] getCertDERBytes​()
        Returns:
        the certificate, in DER encoding
      • getKeyPemBytes

        public byte[] getKeyPemBytes​()
        Returns:
        the key, in PEM encoding