Class RevocationRef<R extends Revocation>
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RevocationRef<R>
- Type Parameters:
R
-Revocation
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
public abstract class RevocationRef<R extends Revocation>
extends Object
implements IdentifierBasedObject, Serializable
This class represents an extracted revocation reference from a signature
- See Also:
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionprotected Identifier
Creates the unique identifierboolean
Returns digests of the referencegetDSSId()
Returns the revocation ref DSS IdentifierReturns revocation referenceString
idint
hashCode()
toString()
-
Field Details
-
digest
Digest within the reference
-
-
Constructor Details
-
RevocationRef
protected RevocationRef()Default constructor instantiating object with null values
-
-
Method Details
-
getDigest
Returns digests of the reference- Returns:
Digest
-
getDSSId
Returns the revocation ref DSS Identifier- Specified by:
getDSSId
in interfaceIdentifierBasedObject
- Returns:
Identifier
-
createIdentifier
Creates the unique identifier- Returns:
Identifier
-
getDSSIdAsString
Returns revocation referenceString
id- Returns:
String
id
-
toString
-
hashCode
public int hashCode() -
equals
-