be.fgov.ehealth.etee.crypto.ocsp
Class RevocationValues

java.lang.Object
  extended by be.fgov.ehealth.etee.crypto.ocsp.RevocationValues

public class RevocationValues
extends java.lang.Object

revocation values (CRLs, OCSPs) related to certificates in question.


Constructor Summary
RevocationValues()
           
 
Method Summary
 java.util.List<java.security.cert.X509CRL> getCrlVals()
           
 java.util.List<byte[]> getOcspVals()
           
 void setCrlVals(java.util.List<java.security.cert.X509CRL> crlVals)
           
 void setOcspVals(java.util.List<byte[]> ocspVals)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevocationValues

public RevocationValues()
Method Detail

getOcspVals

public java.util.List<byte[]> getOcspVals()
Returns:
the ocspVals

setOcspVals

public void setOcspVals(java.util.List<byte[]> ocspVals)
Parameters:
ocspVals - the ocspVals to set

getCrlVals

public java.util.List<java.security.cert.X509CRL> getCrlVals()
Returns:
the crlVals

setCrlVals

public void setCrlVals(java.util.List<java.security.cert.X509CRL> crlVals)
Parameters:
crlVals - the crlVals to set


Copyright © 2019 eHealth. All Rights Reserved.