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(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()PkiStatusInfogetError()org.bouncycastle.asn1.pkcs.PrivateKeyInfogetPrivateKeyInfo()
-
-
-
Constructor Detail
-
CertifiedKeyPairOrError
public CertifiedKeyPairOrError(org.xipki.security.X509Cert certificate, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
-
CertifiedKeyPairOrError
public CertifiedKeyPairOrError(PkiStatusInfo error)
-
-
Method Detail
-
getCertificate
public org.xipki.security.X509Cert getCertificate()
-
getPrivateKeyInfo
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()
-
getError
public PkiStatusInfo getError()
-
-