public class CertificateStatus extends Object implements Serializable
Constructor and Description |
---|
CertificateStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getAddInfoAccount()
Account Information from the Validation Authority
|
String |
getAddInfoAccountErr()
Call this method if getAddInfoAccount returned null.
|
String |
getAddInfoOrgNo()
Organisation Number from the Validation Authority
|
String |
getAddInfoOrgNoErr()
Call this method if getAddInfoOrgNo returned null.
|
String |
getAddInfoSSN()
Social Security Number from the Validation Authority
|
String |
getAddInfoSSNErr()
Call this method if getAddInfoSSN returned null.
|
byte[] |
getB64FullOCSPResponse() |
byte[] |
getB64OCSPRequest() |
byte[] |
getB64OCSPRequestNonce() |
byte[] |
getB64OCSPResponse()
The BasicOCSPResponse as Base64Encoded byte[].
|
int |
getCertificateStatus()
Returns the Certificate Status.
|
byte[] |
getFullOCSPResponse()
The Full OCSPResponse as byte[].
|
byte[] |
getOcspRequest() |
byte[] |
getOcspResponse()
The BasicOCSPResponse as byte[].
|
String |
getPerfValue() |
void |
setAddInfoAccount(String string)
Sets the account number
|
void |
setAddInfoAccountErr(String string)
Sets the reason why the account number was not provided
|
void |
setAddInfoOrgNo(String string)
Sets the organisation number
|
void |
setAddInfoOrgNoErr(String string)
Sets the reason why the organisation number was not provided
|
void |
setAddInfoSSN(String string)
Sets the Social Security Number
|
void |
setAddInfoSSNErr(String string)
Sets the reason why the Social Security Number was not provided
|
void |
setB64FullOCSPResponse(byte[] b64FullOCSPResponse) |
void |
setB64OCSPRequest(byte[] bs) |
void |
setB64OCSPRequestNonce(byte[] bytes) |
void |
setB64OCSPResponse(byte[] bs)
Sets the OCSPResponse
|
void |
setCertificateStatus(int i)
Sets the certificate status:
VALID = 0
REVOKED = -1 UNKNOWN = -4 |
void |
setFullOCSPResponse(byte[] fullOCSPResponse)
Sets the Full OCSPResponse
|
void |
setOcspRequest(byte[] basicOCSPRequestDERBytes) |
void |
setOcspResponse(byte[] bs)
Sets the OCSPResponse
|
void |
setPerfValue(String vaPerf) |
public String getAddInfoAccount()
public String getAddInfoAccountErr()
public String getAddInfoOrgNo()
public String getAddInfoOrgNoErr()
public String getAddInfoSSN()
public String getAddInfoSSNErr()
public int getCertificateStatus()
public void setAddInfoAccount(String string)
string
- The account numberpublic void setAddInfoAccountErr(String string)
string
- The reason (Data not present or Not Authorised or ERROR)public void setAddInfoOrgNo(String string)
string
- The organisation numberpublic void setAddInfoOrgNoErr(String string)
string
- The reason (Data not present or Not Authorised or ERROR)public void setAddInfoSSN(String string)
string
- The Social Security Numberpublic void setAddInfoSSNErr(String string)
string
- The reason (Data not present or Not Authorised or ERROR)public void setCertificateStatus(int i)
i
- The certificate statuspublic byte[] getOcspResponse()
public void setOcspResponse(byte[] bs)
bs
- byte[] Containing the OCSPResponse from the
Validation Authoritypublic byte[] getFullOCSPResponse()
public void setFullOCSPResponse(byte[] fullOCSPResponse)
fullOCSPResponse
- byte[] Containing the OCSPResponse from the
Validation Authoritypublic byte[] getB64OCSPResponse()
public void setB64OCSPResponse(byte[] bs)
bs
- byte[] Containing the OCSPResponse from the
Validation Authority Base64Encodedpublic void setB64OCSPRequestNonce(byte[] bytes)
bytes
- byte[]public byte[] getB64OCSPRequestNonce()
public void setOcspRequest(byte[] basicOCSPRequestDERBytes)
public void setB64OCSPRequest(byte[] bs)
public byte[] getB64OCSPRequest()
public byte[] getOcspRequest()
public void setPerfValue(String vaPerf)
public String getPerfValue()
public byte[] getB64FullOCSPResponse()
public void setB64FullOCSPResponse(byte[] b64FullOCSPResponse)
Copyright © 2017 Nets Branch Norway. All Rights Reserved.