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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionprotected IdentifierCreates the unique identifierbooleanReturns digests of the referencegetDSSId()Returns the revocation ref DSS IdentifierReturns revocation referenceStringidinthashCode()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:
getDSSIdin interfaceIdentifierBasedObject- Returns:
Identifier
-
createIdentifier
Creates the unique identifier- Returns:
Identifier
-
getDSSIdAsString
Returns revocation referenceStringid- Returns:
Stringid
-
toString
-
hashCode
public int hashCode() -
equals
-