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
public class RetrievalMethod extends SignatureElementProxy implements KeyInfoContent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_DSADSA retrievalstatic java.lang.StringTYPE_MGMTMGMT retrievalstatic java.lang.StringTYPE_PGPPGP retrievalstatic java.lang.StringTYPE_RAWX509RAWX509 retrievalstatic java.lang.StringTYPE_RSARSA retrievalstatic java.lang.StringTYPE_SPKISPKI retrievalstatic java.lang.StringTYPE_X509X509 retrieval-
Fields inherited from class org.apache.xml.security.utils.ElementProxy
baseURI, LOG
-
-
Constructor Summary
Constructors Constructor Description RetrievalMethod(org.w3c.dom.Document doc, java.lang.String URI, Transforms transforms, java.lang.String Type)Constructor RetrievalMethodRetrievalMethod(org.w3c.dom.Element element, java.lang.String baseURI)Constructor RetrievalMethod
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBaseLocalName()Returns the localname of the Elements of the sub-class.TransformsgetTransforms()Method getTransformsjava.lang.StringgetType()java.lang.StringgetURI()Method getURIorg.w3c.dom.AttrgetURIAttr()Method getURIAttr-
Methods inherited from class org.apache.xml.security.utils.SignatureElementProxy
getBaseNamespace
-
Methods 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 Detail
-
TYPE_DSA
public static final java.lang.String TYPE_DSA
DSA retrieval- See Also:
- Constant Field Values
-
TYPE_RSA
public static final java.lang.String TYPE_RSA
RSA retrieval- See Also:
- Constant Field Values
-
TYPE_PGP
public static final java.lang.String TYPE_PGP
PGP retrieval- See Also:
- Constant Field Values
-
TYPE_SPKI
public static final java.lang.String TYPE_SPKI
SPKI retrieval- See Also:
- Constant Field Values
-
TYPE_MGMT
public static final java.lang.String TYPE_MGMT
MGMT retrieval- See Also:
- Constant Field Values
-
TYPE_X509
public static final java.lang.String TYPE_X509
X509 retrieval- See Also:
- Constant Field Values
-
TYPE_RAWX509
public static final java.lang.String TYPE_RAWX509
RAWX509 retrieval- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RetrievalMethod
public RetrievalMethod(org.w3c.dom.Element element, java.lang.String baseURI) throws XMLSecurityExceptionConstructor RetrievalMethod- Parameters:
element-baseURI-- Throws:
XMLSecurityException
-
RetrievalMethod
public RetrievalMethod(org.w3c.dom.Document doc, java.lang.String URI, Transforms transforms, java.lang.String Type)Constructor RetrievalMethod- Parameters:
doc-URI-transforms-Type-
-
-
Method Detail
-
getURIAttr
public org.w3c.dom.Attr getURIAttr()
Method getURIAttr- Returns:
- the URI attribute
-
getURI
public java.lang.String getURI()
Method getURI- Returns:
- URI string
-
getType
public java.lang.String getType()
- Returns:
- the type
-
getTransforms
public Transforms getTransforms() throws XMLSecurityException
Method getTransforms- Returns:
- the transformations
- Throws:
XMLSecurityException
-
getBaseLocalName
public java.lang.String 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.
-
-