|
||||||||||
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 |
---|
Fields inherited from class org.apache.xml.security.utils.ElementProxy |
---|
baseURI, 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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- encodedKey
- 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 |