public class RetrievalMethod extends SignatureElementProxy implements KeyInfoContent
Modifier and Type | Field and Description |
---|---|
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
|
baseURI, constructionElement, doc, log
Constructor and Description |
---|
RetrievalMethod(Document doc,
String URI,
Transforms transforms,
String Type)
Constructor RetrievalMethod
|
RetrievalMethod(Element element,
String BaseURI)
Constructor RetrievalMethod
|
Modifier and Type | Method and Description |
---|---|
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
|
getBaseNamespace
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext
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
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
- public Attr getURIAttr()
public String getURI()
public String getType()
public Transforms getTransforms() throws XMLSecurityException
XMLSecurityException
public String getBaseLocalName()
ElementProxy
getBaseLocalName
in class ElementProxy
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.