Uses of Interface
javax.xml.crypto.dsig.keyinfo.KeyValue

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)
           
 



Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.