|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.poifs.crypt.dsig.services.RevocationData
public class RevocationData
Container class for PKI revocation data.
Constructor Summary | |
---|---|
RevocationData()
Default constructor. |
Method Summary | |
---|---|
void |
addCRL(byte[] encodedCrl)
Adds a CRL to this revocation data set. |
void |
addCRL(java.security.cert.X509CRL crl)
Adds a CRL to this revocation data set. |
void |
addOCSP(byte[] encodedOcsp)
Adds an OCSP response to this revocation data set. |
java.util.List<byte[]> |
getCRLs()
Gives back a list of all CRLs. |
java.util.List<byte[]> |
getOCSPs()
Gives back a list of all OCSP responses. |
boolean |
hasCRLs()
Returns true if this revocation data set holds CRLs. |
boolean |
hasOCSPs()
Returns true if this revocation data set holds OCSP
responses. |
boolean |
hasRevocationDataEntries()
Returns true if this revocation data is not empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevocationData()
Method Detail |
---|
public void addCRL(byte[] encodedCrl)
encodedCrl
- public void addCRL(java.security.cert.X509CRL crl)
crl
- public void addOCSP(byte[] encodedOcsp)
encodedOcsp
- public java.util.List<byte[]> getCRLs()
public java.util.List<byte[]> getOCSPs()
public boolean hasOCSPs()
true
if this revocation data set holds OCSP
responses.
true
if this revocation data set holds OCSP
responses.public boolean hasCRLs()
true
if this revocation data set holds CRLs.
true
if this revocation data set holds CRLs.public boolean hasRevocationDataEntries()
true
if this revocation data is not empty.
true
if this revocation data is not empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |