be.fedict.eid.applet.service.signer.facets
Class RevocationData
java.lang.Object
be.fedict.eid.applet.service.signer.facets.RevocationData
public class RevocationData
- extends Object
Container class for PKI revocation data.
- Author:
- Frank Cornelis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RevocationData
public RevocationData()
addCRL
public void addCRL(byte[] encodedCrl)
addCRL
public void addCRL(X509CRL crl)
addOCSP
public void addOCSP(byte[] encodedOcsp)
getCRLs
public List<byte[]> getCRLs()
getOCSPs
public List<byte[]> getOCSPs()
hasOCSPs
public boolean hasOCSPs()
hasCRLs
public boolean hasCRLs()
hasRevocationDataEntries
public boolean hasRevocationDataEntries()
Copyright © 2008-2010 FedICT. All Rights Reserved.