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 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 SignatureElementProxy
getBaseNamespaceMethods inherited from class 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
-
TYPE_RSA
-
TYPE_PGP
-
TYPE_SPKI
-
TYPE_MGMT
-
TYPE_X509
-
TYPE_RAWX509
-
-
Constructor Details
-
RetrievalMethod
Constructor RetrievalMethod- Parameters:
element-baseURI-- Throws:
XMLSecurityException
-
RetrievalMethod
Constructor RetrievalMethod- Parameters:
doc-URI-transforms-Type-
-
-
Method Details
-
getURIAttr
-
getURI
-
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.
-