|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.keys.content.RetrievalMethod
public class RetrievalMethod
Field Summary | |
---|---|
static String |
TYPE_DSA
DSA retrieval |
static String |
TYPE_MGMT
MGMT retrieval |
static String |
TYPE_PGP
PGP retrieval |
static String |
TYPE_RAWX509
RAWX509 retrieval |
static String |
TYPE_RSA
RSA retrieval |
static String |
TYPE_SPKI
SPKI retrieval |
static String |
TYPE_X509
X509 retrieval |
Fields inherited from class org.apache.xml.security.utils.ElementProxy |
---|
baseURI, log |
Constructor Summary | |
---|---|
RetrievalMethod(Document doc,
String URI,
Transforms transforms,
String Type)
Constructor RetrievalMethod |
|
RetrievalMethod(Element element,
String BaseURI)
Constructor RetrievalMethod |
Method Summary | |
---|---|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
Transforms |
getTransforms()
Method getTransforms |
String |
getType()
|
String |
getURI()
Method getURI |
Attr |
getURIAttr()
Method getURIAttr |
Methods inherited from class org.apache.xml.security.utils.SignatureElementProxy |
---|
getBaseNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TYPE_DSA
public static final String TYPE_RSA
public static final String TYPE_PGP
public static final String TYPE_SPKI
public static final String TYPE_MGMT
public static final String TYPE_X509
public static final String TYPE_RAWX509
Constructor Detail |
---|
public RetrievalMethod(Element element, String BaseURI) throws XMLSecurityException
element
- BaseURI
-
XMLSecurityException
public RetrievalMethod(Document doc, String URI, Transforms transforms, String Type)
doc
- URI
- transforms
- Type
- Method Detail |
---|
public Attr getURIAttr()
public String getURI()
public String getType()
public Transforms getTransforms() throws XMLSecurityException
XMLSecurityException
public String getBaseLocalName()
ElementProxy
getBaseLocalName
in class ElementProxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |