Class PKDCertificate


  • public class PKDCertificate
    extends java.lang.Object
    Class contains information about PKD certificate
    • Constructor Summary

      Constructors 
      Constructor Description
      PKDCertificate()  
      PKDCertificate​(byte[] binaryData, int resourceType)  
      PKDCertificate​(byte[] binaryData, int resourceType, byte[] privateKey)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • binaryData

        public byte[] binaryData
        certificate in binary type
      • resourceType

        public int resourceType
        one of PKDResourceType values, indicating type of certificate
      • privateKey

        public byte[] privateKey
        private key in binary type
    • Constructor Detail

      • PKDCertificate

        public PKDCertificate()
      • PKDCertificate

        public PKDCertificate​(byte[] binaryData,
                              int resourceType,
                              byte[] privateKey)
      • PKDCertificate

        public PKDCertificate​(byte[] binaryData,
                              int resourceType)