|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValue | |
---|---|
javax.xml.crypto.dsig.keyinfo | Classes for parsing and processing KeyInfo elements and structures. |
org.jcp.xml.dsig.internal.dom |
Uses of KeyValue in javax.xml.crypto.dsig.keyinfo |
---|
Methods in javax.xml.crypto.dsig.keyinfo that return KeyValue | |
---|---|
abstract KeyValue |
KeyInfoFactory.newKeyValue(java.security.PublicKey key)
Creates a KeyValue from the specified public key. |
Uses of KeyValue in org.jcp.xml.dsig.internal.dom |
---|
Classes in org.jcp.xml.dsig.internal.dom that implement KeyValue | |
---|---|
class |
DOMKeyValue
DOM-based implementation of KeyValue. |
Methods in org.jcp.xml.dsig.internal.dom that return KeyValue | |
---|---|
KeyValue |
DOMKeyInfoFactory.newKeyValue(java.security.PublicKey key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |