Package org.xipki.cmp.client
Class EnrollCertResult.CertifiedKeyPairOrError
- java.lang.Object
-
- org.xipki.cmp.client.EnrollCertResult.CertifiedKeyPairOrError
-
- Enclosing class:
- EnrollCertResult
public static class EnrollCertResult.CertifiedKeyPairOrError extends Object
-
-
Constructor Summary
Constructors Constructor Description CertifiedKeyPairOrError(org.xipki.cmp.PkiStatusInfo error)CertifiedKeyPairOrError(org.xipki.security.X509Cert certificate, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xipki.security.X509CertgetCertificate()org.xipki.cmp.PkiStatusInfogetError()org.bouncycastle.asn1.pkcs.PrivateKeyInfogetPrivateKeyInfo()
-