public static class EnrollCertResult.CertifiedKeyPairOrError extends Object
| Constructor and Description |
|---|
CertifiedKeyPairOrError(org.xipki.security.cmp.PkiStatusInfo error) |
CertifiedKeyPairOrError(org.xipki.security.X509Cert certificate,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.security.X509Cert |
getCertificate() |
org.xipki.security.cmp.PkiStatusInfo |
getError() |
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getPrivateKeyInfo() |
Copyright © 2021. All rights reserved.