Module jpms_dss_spi
Class RevocationRef<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RevocationRef<R>
- Type Parameters:
R-Revocation
- All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
public abstract class RevocationRef<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>
extends Object
implements eu.europa.esig.dss.model.identifier.IdentifierBasedObject, Serializable
This class represents an extracted revocation reference from a signature
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.dss.model.DigestDigest within the reference -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionprotected eu.europa.esig.dss.model.identifier.IdentifierCreates the unique identifierbooleaneu.europa.esig.dss.model.DigestReturns digests of the referenceeu.europa.esig.dss.model.identifier.IdentifiergetDSSId()Returns the revocation ref DSS IdentifierReturns revocation referenceStringidinthashCode()toString()
-
Field Details
-
digest
protected eu.europa.esig.dss.model.Digest digestDigest within the reference
-
-
Constructor Details
-
RevocationRef
protected RevocationRef()Default constructor instantiating object with null values
-
-
Method Details
-
getDigest
public eu.europa.esig.dss.model.Digest getDigest()Returns digests of the reference- Returns:
Digest
-
getDSSId
public eu.europa.esig.dss.model.identifier.Identifier getDSSId()Returns the revocation ref DSS Identifier- Specified by:
getDSSIdin interfaceeu.europa.esig.dss.model.identifier.IdentifierBasedObject- Returns:
Identifier
-
createIdentifier
protected eu.europa.esig.dss.model.identifier.Identifier createIdentifier()Creates the unique identifier- Returns:
Identifier
-
getDSSIdAsString
Returns revocation referenceStringid- Returns:
Stringid
-
toString
-
hashCode
public int hashCode() -
equals
-