Class RevocationRefWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.RevocationRefWrapper
Represents a revocation data wrapper
-
Constructor Summary
ConstructorsConstructorDescriptionRevocationRefWrapper(XmlRevocationRef revocationRef, String revocationId) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns digest algo and valueGets the CRL issuer RDN.Gets the issue time of the CRL.Gets the number of the CRL.Returns a list of revocation reference originsReturns revocation ref production time if present.byte[]Returns responder's ID key if present.Returns responder's ID name if present.Returns an Id of the related revocation token, when present.toString()
-
Constructor Details
-
RevocationRefWrapper
Default constructor- Parameters:
revocationRef-XmlRevocationRefrevocationId-StringId of the related revocation token
-
-
Method Details
-
getOrigins
Returns a list of revocation reference origins- Returns:
- a list of
RevocationRefOrigins
-
getIssuer
-
getIssueTime
-
getNumber
Gets the number of the CRL. NOTE: applicable only for CRL references.- Returns:
BigInteger
-
getProductionTime
-
getResponderIdName
-
getResponderIdKey
public byte[] getResponderIdKey()Returns responder's ID key if present. NOTE: applicable only for OCSP response references.- Returns:
- a byte array
-
getDigestAlgoAndValue
Returns digest algo and value- Returns:
XmlDigestAlgoAndValue
-
getRevocationId
-
toString
-