Class KeyCertBytesPair


  • public class KeyCertBytesPair
    extends Object
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • KeyCertBytesPair

        public KeyCertBytesPair​(byte[] key,
                                byte[] cert)
    • Method Detail

      • getKey

        public byte[] getKey()
      • getCert

        public byte[] getCert()