Class XmlOrphanCertificateToken
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanCertificateToken
- All Implemented Interfaces:
Serializable
public class XmlOrphanCertificateToken extends XmlOrphanToken implements Serializable
Java class for OrphanCertificateToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrphanCertificateToken"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}OrphanToken"> <sequence> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
base64Encoded, digestAlgoAndValue
-
Constructor Summary
Constructors Constructor Description XmlOrphanCertificateToken()
-
Method Summary
Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
getBase64Encoded, getDigestAlgoAndValue, setBase64Encoded, setDigestAlgoAndValue
-
Constructor Details
-
XmlOrphanCertificateToken
public XmlOrphanCertificateToken()
-