public static class PKCS7SignatureHandler.OCSPResponse.SingleResponse extends Object
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_GOOD |
static int |
STATUS_REVOKED |
static int |
STATUS_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
getCertHashAlgorithm()
Return the OID of the CertID hash algorithm
|
byte[] |
getCertIssuerKeyHash()
Return the hash of the Certificate Issuer public key
|
byte[] |
getCertIssuerNameHash()
Return the hash of the Certificate Issuer DN
|
BigInteger |
getCertSerialNumber()
Return the certificate SerialNumber this response refers to
|
byte[] |
getEncoded()
Return the DER encoded version of this object
|
Calendar |
getNextUpdate()
Return the next update if specified, or null otherwise
|
Calendar |
getRevocationTime()
If the certificate was revoked, return the revocation time, otherwise return null
|
int |
getStatus()
Return the response status - one of STATUS_GOOD, STATUS_REVOKED or STATUS_UNKNOWN
|
Calendar |
getThisUpdate()
Return the "this update" field
|
String |
toString() |
public static final int STATUS_GOOD
public static final int STATUS_REVOKED
public static final int STATUS_UNKNOWN
public byte[] getEncoded()
public String getCertHashAlgorithm()
public byte[] getCertIssuerNameHash()
public byte[] getCertIssuerKeyHash()
public BigInteger getCertSerialNumber()
public int getStatus()
public Calendar getRevocationTime()
public Calendar getThisUpdate()
public Calendar getNextUpdate()
Copyright © 2001-2017 Big Faceless Organization