Package org.xipki.cmp.client
Class EnrollCertResult
- java.lang.Object
-
- org.xipki.cmp.client.EnrollCertResult
-
public class EnrollCertResult extends Object
Certificate enrollment result.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnrollCertResult.CertifiedKeyPairOrError
-
Constructor Summary
Constructors Constructor Description EnrollCertResult(org.xipki.security.X509Cert[] caCertChain, Map<String,EnrollCertResult.CertifiedKeyPairOrError> certsOrErrors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getAllIds()org.xipki.security.X509Cert[]getCaCertChain()EnrollCertResult.CertifiedKeyPairOrErrorgetCertOrError(String id)
-
-
-
Constructor Detail
-
EnrollCertResult
public EnrollCertResult(org.xipki.security.X509Cert[] caCertChain, Map<String,EnrollCertResult.CertifiedKeyPairOrError> certsOrErrors)
-
-
Method Detail
-
getCaCertChain
public org.xipki.security.X509Cert[] getCaCertChain()
-
getCertOrError
public EnrollCertResult.CertifiedKeyPairOrError getCertOrError(String id)
-
-