Package org.xipki.scep.message
Class AuthorityCertStore
- java.lang.Object
-
- org.xipki.scep.message.AuthorityCertStore
-
public class AuthorityCertStore extends java.lang.ObjectContains the CA certificate and the corresponding RA certificates, if exists.- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xipki.security.X509CertgetCaCert()org.xipki.security.X509CertgetEncryptionCert()static AuthorityCertStoregetInstance(org.xipki.security.X509Cert caCert, org.xipki.security.X509Cert... raCerts)org.xipki.security.X509CertgetSignatureCert()
-
-
-
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)
-
-