public static class EnrollCertResult.CertifiedKeyPairOrError extends Object
| Constructor and Description |
|---|
CertifiedKeyPairOrError(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() |
PkiStatusInfo |
getError() |
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getPrivateKeyInfo() |
public CertifiedKeyPairOrError(org.xipki.security.X509Cert certificate,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
public CertifiedKeyPairOrError(PkiStatusInfo error)
public org.xipki.security.X509Cert getCertificate()
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()
public PkiStatusInfo getError()
Copyright © 2023. All rights reserved.