Class RevocationRef<R extends Revocation>
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RevocationRef<R>
- All Implemented Interfaces:
Serializable
public abstract class RevocationRef<R extends Revocation> extends Object implements Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RevocationRef() -
Method Summary
Modifier and Type Method Description protected IdentifiercreateIdentifier()booleanequals(Object obj)DigestgetDigest()IdentifiergetDSSId()Returns the revocation ref DSS IdentifierStringgetDSSIdAsString()Returns revocation referenceStringidinthashCode()StringtoString()
-
Field Details
-
Constructor Details
-
RevocationRef
public RevocationRef()
-
-
Method Details
-
getDigest
-
getDSSId
Returns the revocation ref DSS Identifier- Returns:
Identifier
-
createIdentifier
-
getDSSIdAsString
Returns revocation referenceStringid- Returns:
Stringid
-
toString
-
hashCode
public int hashCode() -
equals
-