dsig11:DEREncodedKeyvalue
element.
Modifier and Type | Field and Description |
---|---|
private static final String[] | supportedKeyTypes
JCA algorithm key types supported by this implementation. |
Access | Constructor and Description |
---|---|
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public String | getBaseLocalName()
Implements abstract com. Returns the localname of the Elements of the sub-class. |
protected byte[] | |
public String | |
public PublicKey | |
public void |
supportedKeyTypes | back to summary |
---|---|
private static final String[] supportedKeyTypes JCA algorithm key types supported by this implementation. |
DEREncodedKeyValue | back to summary |
---|---|
public DEREncodedKeyValue(Element element, String baseURI) throws XMLSecurityException Constructor DEREncodedKeyValue |
DEREncodedKeyValue | back to summary |
---|---|
public DEREncodedKeyValue(Document doc, PublicKey publicKey) throws XMLSecurityException Constructor DEREncodedKeyValue |
DEREncodedKeyValue | back to summary |
---|---|
public DEREncodedKeyValue(Document doc, byte[] encodedKey) Constructor DEREncodedKeyValue |
getBaseLocalName | back to summary |
---|---|
public String getBaseLocalName() Implements abstract com. Doc from com. Returns the localname of the Elements of the sub-class. |
getEncodedDER | back to summary |
---|---|
protected byte[] getEncodedDER(PublicKey publicKey) throws XMLSecurityException Method getEncodedDER
|
getId | back to summary |
---|---|
public String getId() Returns the
|
getPublicKey | back to summary |
---|---|
public PublicKey getPublicKey() throws XMLSecurityException Method getPublicKey
|
setId | back to summary |
---|---|
public void setId(String id) Sets the
|