|
|||||||||
| 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 java.lang.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(org.w3c.dom.Document doc,
byte[] encodedKey)
Constructor DEREncodedKeyValue |
|
DEREncodedKeyValue(org.w3c.dom.Document doc,
java.security.PublicKey publicKey)
Constructor DEREncodedKeyValue |
|
DEREncodedKeyValue(org.w3c.dom.Element element,
java.lang.String BaseURI)
Constructor DEREncodedKeyValue |
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
protected byte[] |
getEncodedDER(java.security.PublicKey publicKey)
Method getEncodedDER |
java.lang.String |
getId()
Returns the Id attribute |
java.security.PublicKey |
getPublicKey()
Method getPublicKey |
void |
setId(java.lang.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 java.lang.String[] supportedKeyTypes
| Constructor Detail |
|---|
public DEREncodedKeyValue(org.w3c.dom.Element element,
java.lang.String BaseURI)
throws XMLSecurityException
element - BaseURI -
XMLSecurityException
public DEREncodedKeyValue(org.w3c.dom.Document doc,
java.security.PublicKey publicKey)
throws XMLSecurityException
doc - publicKey -
XMLSecurityException
public DEREncodedKeyValue(org.w3c.dom.Document doc,
byte[] encodedKey)
doc - base64EncodedKey - | Method Detail |
|---|
public void setId(java.lang.String id)
Id attribute
Id - IDpublic java.lang.String getId()
Id attribute
Id attributepublic java.lang.String getBaseLocalName()
ElementProxy
getBaseLocalName in class ElementProxy
public java.security.PublicKey getPublicKey()
throws XMLSecurityException
XMLSecurityException
protected byte[] getEncodedDER(java.security.PublicKey publicKey)
throws XMLSecurityException
XMLSecurityException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||