com.digt.trusted.ocsp
Class SingleResp

java.lang.Object
  extended by com.digt.trusted.ocsp.SingleResp

public class SingleResp
extends java.lang.Object


Constructor Summary
SingleResp(SingleResponse resp)
           
 
Method Summary
 CertificateID getCertID()
           
 java.lang.Object getCertStatus()
           
 java.util.Date getNextUpdate()
          return the NextUpdate value - note: this is an optional field so may be returned as null.
 X509Extensions getSingleExtensions()
           
 java.util.Date getThisUpdate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleResp

public SingleResp(SingleResponse resp)
Method Detail

getCertID

public CertificateID getCertID()

getCertStatus

public java.lang.Object getCertStatus()

getThisUpdate

public java.util.Date getThisUpdate()

getNextUpdate

public java.util.Date getNextUpdate()
return the NextUpdate value - note: this is an optional field so may be returned as null.


getSingleExtensions

public X509Extensions getSingleExtensions()