|
||||||||||
| 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.Signature11ElementProxy
org.apache.xml.security.keys.content.DEREncodedKeyValue
public class DEREncodedKeyValue
Provides content model support for the dsig11:DEREncodedKeyvalue element.
| Field Summary | |
|---|---|
static String[] |
supportedKeyTypes
JCA algorithm key types supported by this implementation. |
| Fields inherited from class org.apache.xml.security.utils.ElementProxy |
|---|
baseURI, constructionElement, doc, log |
| Constructor Summary | |
|---|---|
DEREncodedKeyValue(Document doc,
byte[] encodedKey)
Constructor DEREncodedKeyValue |
|
DEREncodedKeyValue(Document doc,
PublicKey publicKey)
Constructor DEREncodedKeyValue |
|
DEREncodedKeyValue(Element element,
String BaseURI)
Constructor DEREncodedKeyValue |
|
| Method Summary | |
|---|---|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
protected byte[] |
getEncodedDER(PublicKey publicKey)
Method getEncodedDER |
String |
getId()
Returns the Id attribute |
PublicKey |
getPublicKey()
Method getPublicKey |
void |
setId(String id)
Sets the Id attribute |
| Methods inherited from class org.apache.xml.security.utils.Signature11ElementProxy |
|---|
getBaseNamespace |
| Methods inherited from class org.apache.xml.security.utils.ElementProxy |
|---|
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String[] supportedKeyTypes
| Constructor Detail |
|---|
public DEREncodedKeyValue(Element element,
String BaseURI)
throws XMLSecurityException
element - BaseURI -
XMLSecurityException
public DEREncodedKeyValue(Document doc,
PublicKey publicKey)
throws XMLSecurityException
doc - publicKey -
XMLSecurityException
public DEREncodedKeyValue(Document doc,
byte[] encodedKey)
doc - base64EncodedKey - | Method Detail |
|---|
public void setId(String id)
Id attribute
Id - IDpublic String getId()
Id attribute
Id attributepublic String getBaseLocalName()
ElementProxy
getBaseLocalName in class ElementProxy
public PublicKey getPublicKey()
throws XMLSecurityException
XMLSecurityException
protected byte[] getEncodedDER(PublicKey publicKey)
throws XMLSecurityException
XMLSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||