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 booleanequals(Object obj)byte[]getBinaries()Returns base64-encoded byte array of the tokenXmlDigestAlgoAndValuegetDigestAlgoAndValue()Returns digest of the tokenStringgetId()Returns identifier of the orphan tokeninthashCode()StringtoString()
-
Constructor Details
-
Method Details
-
getId
Returns identifier of the orphan token- Returns:
Stringid
-
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
-