public class SingleResp extends Object implements X509Extension
Constructor and Description |
---|
SingleResp(SingleResponse resp) |
Modifier and Type | Method and Description |
---|---|
CertificateID |
getCertID() |
Object |
getCertStatus()
Return the status object for the response - null indicates good.
|
Set |
getCriticalExtensionOIDs() |
byte[] |
getExtensionValue(String oid) |
Date |
getNextUpdate()
return the NextUpdate value - note: this is an optional field so may
be returned as null.
|
Set |
getNonCriticalExtensionOIDs() |
X509Extensions |
getSingleExtensions() |
Date |
getThisUpdate() |
boolean |
hasUnsupportedCriticalExtension()
RFC 2650 doesn't specify any critical extensions so we return true
if any are encountered.
|
public SingleResp(SingleResponse resp)
public CertificateID getCertID()
public Object getCertStatus()
public Date getThisUpdate()
public Date getNextUpdate()
public X509Extensions getSingleExtensions()
public boolean hasUnsupportedCriticalExtension()
hasUnsupportedCriticalExtension
in interface X509Extension
public Set getCriticalExtensionOIDs()
getCriticalExtensionOIDs
in interface X509Extension
public Set getNonCriticalExtensionOIDs()
getNonCriticalExtensionOIDs
in interface X509Extension
public byte[] getExtensionValue(String oid)
getExtensionValue
in interface X509Extension
Copyright © 2015. All rights reserved.