| Package | Description |
|---|---|
| weblogic.xml.security.keyinfo |
| Modifier and Type | Method | Description |
|---|---|---|
static KeyValue |
KeyValue.fromXML(XMLInputStream in,
java.lang.String ns) |
|
static KeyValue |
KeyValue.getKeyValue(java.security.PublicKey publicKey) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
KeyInfo.addKeyValue(KeyValue keyValue) |
Adds a KeyValue to the KeyInfo element.
|
void |
KeyInfo.removeKeyValue(KeyValue keyValue) |
Removes a KeyValue from the KeyInfo element.
|