Class TrustAnchorRequestSerializer
- java.lang.Object
-
- net.ripe.rpki.commons.xml.DomXmlSerializer<TrustAnchorRequest>
-
- net.ripe.rpki.commons.ta.serializers.TrustAnchorRequestSerializer
-
- All Implemented Interfaces:
XmlSerializer<TrustAnchorRequest>
public class TrustAnchorRequestSerializer extends DomXmlSerializer<TrustAnchorRequest>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATION_TIMESTAMPstatic StringENCODED_REVOCATION_PUBLIC_KEYstatic StringENCODED_SIGNING_SUBJECT_PUBLIC_KEYstatic StringLOCATIONstatic StringMETHODstatic StringREQUEST_IDstatic StringREQUESTS_REVOCATION_REQUESTstatic StringREQUESTS_SIGNING_REQUESTstatic StringREQUESTS_TRUST_ANCHOR_REQUESTstatic StringRESOURCE_CERTIFICATE_REQUESTstatic StringRESOURCE_CLASS_NAMEstatic StringSIA_DESCRIPTORSstatic StringSUBJECT_DNstatic StringSUBJECT_INFORMATION_ACCESSstatic StringTA_CERTIFICATE_PUBLICATION_URIstatic StringTA_REQUESTSstatic StringX_509_CERTIFICATE_INFORMATION_ACCESS_DESCRIPTOR-
Fields inherited from class net.ripe.rpki.commons.xml.DomXmlSerializer
xmlns
-
-
Constructor Summary
Constructors Constructor Description TrustAnchorRequestSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustAnchorRequestdeserialize(String xml)protected List<Element>getChildElementsWithPossibleLegacyName(Element parent, String tagName)Stringserialize(TrustAnchorRequest trustAnchorRequest)-
Methods inherited from class net.ripe.rpki.commons.xml.DomXmlSerializer
addChild, getAttributeValue, getChildElements, getElement, getElementTextContent, getOptionalSingleChildElement, getRequiredAttributeValue, getSingleChildElement, serialize
-
-
-
-
Field Detail
-
REQUESTS_TRUST_ANCHOR_REQUEST
public static final String REQUESTS_TRUST_ANCHOR_REQUEST
- See Also:
- Constant Field Values
-
CREATION_TIMESTAMP
public static final String CREATION_TIMESTAMP
- See Also:
- Constant Field Values
-
TA_CERTIFICATE_PUBLICATION_URI
public static final String TA_CERTIFICATE_PUBLICATION_URI
- See Also:
- Constant Field Values
-
TA_REQUESTS
public static final String TA_REQUESTS
- See Also:
- Constant Field Values
-
SIA_DESCRIPTORS
public static final String SIA_DESCRIPTORS
- See Also:
- Constant Field Values
-
X_509_CERTIFICATE_INFORMATION_ACCESS_DESCRIPTOR
public static final String X_509_CERTIFICATE_INFORMATION_ACCESS_DESCRIPTOR
- See Also:
- Constant Field Values
-
METHOD
public static final String METHOD
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
REQUESTS_REVOCATION_REQUEST
public static final String REQUESTS_REVOCATION_REQUEST
- See Also:
- Constant Field Values
-
RESOURCE_CLASS_NAME
public static final String RESOURCE_CLASS_NAME
- See Also:
- Constant Field Values
-
ENCODED_REVOCATION_PUBLIC_KEY
public static final String ENCODED_REVOCATION_PUBLIC_KEY
- See Also:
- Constant Field Values
-
REQUEST_ID
public static final String REQUEST_ID
- See Also:
- Constant Field Values
-
REQUESTS_SIGNING_REQUEST
public static final String REQUESTS_SIGNING_REQUEST
- See Also:
- Constant Field Values
-
RESOURCE_CERTIFICATE_REQUEST
public static final String RESOURCE_CERTIFICATE_REQUEST
- See Also:
- Constant Field Values
-
SUBJECT_DN
public static final String SUBJECT_DN
- See Also:
- Constant Field Values
-
ENCODED_SIGNING_SUBJECT_PUBLIC_KEY
public static final String ENCODED_SIGNING_SUBJECT_PUBLIC_KEY
- See Also:
- Constant Field Values
-
SUBJECT_INFORMATION_ACCESS
public static final String SUBJECT_INFORMATION_ACCESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
serialize
public String serialize(TrustAnchorRequest trustAnchorRequest)
-
deserialize
public TrustAnchorRequest deserialize(String xml)
-
-