Class RetrievalMethod
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.keys.content.RetrievalMethod
- All Implemented Interfaces:
KeyInfoContent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDSA retrievalstatic final StringMGMT retrievalstatic final StringPGP retrievalstatic final StringRAWX509 retrievalstatic final StringRSA retrievalstatic final StringSPKI retrievalstatic final StringX509 retrievalFields inherited from class org.apache.xml.security.utils.ElementProxy
baseURI, LOG -
Constructor Summary
ConstructorsConstructorDescriptionRetrievalMethod(Document doc, String URI, Transforms transforms, String Type) Constructor RetrievalMethodRetrievalMethod(Element element, String baseURI) Constructor RetrievalMethod -
Method Summary
Methods inherited from class org.apache.xml.security.utils.SignatureElementProxy
getBaseNamespaceMethods inherited from class org.apache.xml.security.utils.ElementProxy
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
-
Field Details
-
TYPE_DSA
DSA retrieval- See Also:
-
TYPE_RSA
RSA retrieval- See Also:
-
TYPE_PGP
PGP retrieval- See Also:
-
TYPE_SPKI
SPKI retrieval- See Also:
-
TYPE_MGMT
MGMT retrieval- See Also:
-
TYPE_X509
X509 retrieval- See Also:
-
TYPE_RAWX509
RAWX509 retrieval- See Also:
-
-
Constructor Details
-
RetrievalMethod
Constructor RetrievalMethod- Parameters:
element-baseURI-- Throws:
XMLSecurityException
-
RetrievalMethod
Constructor RetrievalMethod- Parameters:
doc-URI-transforms-Type-
-
-
Method Details
-
getURIAttr
Method getURIAttr- Returns:
- the URI attribute
-
getURI
Method getURI- Returns:
- URI string
-
getType
- Returns:
- the type
-
getTransforms
Method getTransforms- Returns:
- the transformations
- Throws:
XMLSecurityException
-
getBaseLocalName
Returns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalNamein classElementProxy- Returns:
- the localname of the Elements of the sub-class.
-