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, 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, 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
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()
getBaseLocalName
in class ElementProxy
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.