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
- Author:
- $Author$
-
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, _constructionElement, _doc, _state, MODE_CREATE, MODE_DECRYPT, MODE_ENCRYPT, MODE_PROCESS, MODE_SIGN, MODE_UNKNOWN, MODE_VERIFY -
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, addText, addTextElement, createElementForFamily, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, guaranteeThatElementInCorrectSpace, length, setDefaultPrefix, setElement, 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 transforamitons
- Throws:
XMLSecurityException
-
getBaseLocalName
Description copied from class:ElementProxyReturns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalNamein classElementProxy- Returns:
- the localname of the Elements of the sub-class.
-