Package org.xipki.ca.sdk
Class EnrollOrPullCertResponseEntry
- java.lang.Object
-
- org.xipki.ca.sdk.EnrollOrPullCertResponseEntry
-
public class EnrollOrPullCertResponseEntry extends Object
- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description EnrollOrPullCertResponseEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCert()ErrorEntrygetError()BigIntegergetId()byte[]getPrivateKey()voidsetCert(byte[] cert)voidsetError(ErrorEntry error)voidsetId(BigInteger id)voidsetPrivateKey(byte[] privateKey)
-
-
-
Method Detail
-
getId
public BigInteger getId()
-
setId
public void setId(BigInteger id)
-
getError
public ErrorEntry getError()
-
setError
public void setError(ErrorEntry error)
-
getCert
public byte[] getCert()
-
setCert
public void setCert(byte[] cert)
-
getPrivateKey
public byte[] getPrivateKey()
-
setPrivateKey
public void setPrivateKey(byte[] privateKey)
-
-