Package eu.europa.esig.dss.diagnostic
Class OrphanTokenWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
- Direct Known Subclasses:
OrphanCertificateWrapper
,OrphanRevocationWrapper
public class OrphanTokenWrapper extends Object
-
Constructor Summary
Constructors Constructor Description OrphanTokenWrapper(XmlOrphanToken orphanToken)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getBinaries()
Returns base64-encoded byte array of the tokenXmlDigestAlgoAndValue
getDigestAlgoAndValue()
Returns digest of the tokenString
getId()
Returns identifier of the orphan tokenint
hashCode()
String
toString()
-
Constructor Details
-
Method Details
-
getId
Returns identifier of the orphan token- Returns:
String
id
-
getBinaries
public byte[] getBinaries()Returns base64-encoded byte array of the token- Returns:
-
getDigestAlgoAndValue
Returns digest of the token- Returns:
XmlDigestAlgoAndValue
-
hashCode
public int hashCode() -
equals
-
toString
-