public class EnrollCertResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnrollCertResult.CertifiedKeyPairOrError |
| Constructor and Description |
|---|
EnrollCertResult(org.xipki.security.X509Cert[] caCertChain,
Map<String,EnrollCertResult.CertifiedKeyPairOrError> certsOrErrors) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllIds() |
org.xipki.security.X509Cert[] |
getCaCertChain() |
EnrollCertResult.CertifiedKeyPairOrError |
getCertOrError(String id) |
public EnrollCertResult(org.xipki.security.X509Cert[] caCertChain,
Map<String,EnrollCertResult.CertifiedKeyPairOrError> certsOrErrors)
public org.xipki.security.X509Cert[] getCaCertChain()
public EnrollCertResult.CertifiedKeyPairOrError getCertOrError(String id)
Copyright © 2023. All rights reserved.