public class SingleResp extends Object
Constructor and Description |
---|
SingleResp(SingleResponse resp) |
Modifier and Type | Method and Description |
---|---|
CertificateID |
getCertID() |
CertificateStatus |
getCertStatus()
Return the status object for the response - null indicates good.
|
Set |
getCriticalExtensionOIDs() |
X509Extension |
getExtension(ASN1ObjectIdentifier oid) |
List |
getExtensionOIDs() |
Date |
getNextUpdate()
return the NextUpdate value - note: this is an optional field so may
be returned as null.
|
Set |
getNonCriticalExtensionOIDs() |
Date |
getThisUpdate() |
boolean |
hasExtensions() |
public SingleResp(SingleResponse resp)
public CertificateID getCertID()
public CertificateStatus getCertStatus()
public Date getThisUpdate()
public Date getNextUpdate()
public boolean hasExtensions()
public X509Extension getExtension(ASN1ObjectIdentifier oid)
public List getExtensionOIDs()
public Set getCriticalExtensionOIDs()
public Set getNonCriticalExtensionOIDs()
Copyright © 2015. All rights reserved.