Class TrustAnchorResponseSerializer
- java.lang.Object
-
- net.ripe.rpki.commons.xml.DomXmlSerializer<TrustAnchorResponse>
-
- net.ripe.rpki.commons.ta.serializers.TrustAnchorResponseSerializer
-
- All Implemented Interfaces:
XmlSerializer<TrustAnchorResponse>
public class TrustAnchorResponseSerializer extends DomXmlSerializer<TrustAnchorResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCERTIFICATEstatic StringCREATION_TIMESTAMPstatic StringCRLstatic StringENCODEDstatic StringENCODED_PUBLIC_KEYstatic StringENTRY_ELEMENTstatic StringERROR_RESPONSEstatic StringMANIFESTstatic StringMESSAGEstatic StringPUBLICATION_URIstatic StringPUBLISHED_OBJECTSstatic StringREQUEST_IDstatic StringRESOURCE_CLASS_NAMEstatic StringREVOCATION_RESPONSEstatic StringROAstatic StringROA_PREFIXstatic StringSIGNING_RESPONSEstatic StringTA_RESPONSESstatic StringTRUST_ANCHOR_RESPONSEstatic StringURI_ELEMENTstatic StringX_509_RESOURCE_CERTIFICATE-
Fields inherited from class net.ripe.rpki.commons.xml.DomXmlSerializer
xmlns
-
-
Constructor Summary
Constructors Constructor Description TrustAnchorResponseSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustAnchorResponsedeserialize(String xml)Stringserialize(TrustAnchorResponse trustAnchorResponse)-
Methods inherited from class net.ripe.rpki.commons.xml.DomXmlSerializer
addChild, getAttributeValue, getChildElements, getElement, getElementTextContent, getOptionalSingleChildElement, getRequiredAttributeValue, getSingleChildElement, serialize
-
-
-
-
Field Detail
-
CREATION_TIMESTAMP
public static final String CREATION_TIMESTAMP
- See Also:
- Constant Field Values
-
TRUST_ANCHOR_RESPONSE
public static final String TRUST_ANCHOR_RESPONSE
- See Also:
- Constant Field Values
-
X_509_RESOURCE_CERTIFICATE
public static final String X_509_RESOURCE_CERTIFICATE
- See Also:
- Constant Field Values
-
CRL
public static final String CRL
- See Also:
- Constant Field Values
-
MANIFEST
public static final String MANIFEST
- See Also:
- Constant Field Values
-
ROA
public static final String ROA
- See Also:
- Constant Field Values
-
ROA_PREFIX
public static final String ROA_PREFIX
- See Also:
- Constant Field Values
-
TA_RESPONSES
public static final String TA_RESPONSES
- See Also:
- Constant Field Values
-
SIGNING_RESPONSE
public static final String SIGNING_RESPONSE
- See Also:
- Constant Field Values
-
REVOCATION_RESPONSE
public static final String REVOCATION_RESPONSE
- See Also:
- Constant Field Values
-
ERROR_RESPONSE
public static final String ERROR_RESPONSE
- See Also:
- Constant Field Values
-
PUBLISHED_OBJECTS
public static final String PUBLISHED_OBJECTS
- See Also:
- Constant Field Values
-
URI_ELEMENT
public static final String URI_ELEMENT
- See Also:
- Constant Field Values
-
ENTRY_ELEMENT
public static final String ENTRY_ELEMENT
- See Also:
- Constant Field Values
-
REQUEST_ID
public static final String REQUEST_ID
- See Also:
- Constant Field Values
-
RESOURCE_CLASS_NAME
public static final String RESOURCE_CLASS_NAME
- See Also:
- Constant Field Values
-
ENCODED_PUBLIC_KEY
public static final String ENCODED_PUBLIC_KEY
- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
PUBLICATION_URI
public static final String PUBLICATION_URI
- See Also:
- Constant Field Values
-
CERTIFICATE
public static final String CERTIFICATE
- See Also:
- Constant Field Values
-
ENCODED
public static final String ENCODED
- See Also:
- Constant Field Values
-
-
Method Detail
-
serialize
public String serialize(TrustAnchorResponse trustAnchorResponse)
-
deserialize
public TrustAnchorResponse deserialize(String xml)
-
-