Class AuthorityCertStore


  • public class AuthorityCertStore
    extends java.lang.Object
    Contains the CA certificate and the corresponding RA certificates, if exists.
    Author:
    Lijun Liao (xipki)
    • Method Detail

      • getSignatureCert

        public org.xipki.security.X509Cert getSignatureCert()
      • getEncryptionCert

        public org.xipki.security.X509Cert getEncryptionCert()
      • getCaCert

        public org.xipki.security.X509Cert getCaCert()
      • getInstance

        public static AuthorityCertStore getInstance​(org.xipki.security.X509Cert caCert,
                                                     org.xipki.security.X509Cert... raCerts)