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

Packages that use KeyName
javax.xml.crypto.dsig.keyinfo Classes for parsing and processing KeyInfo elements and structures. 
org.jcp.xml.dsig.internal.dom   
 

Uses of KeyName in javax.xml.crypto.dsig.keyinfo
 

Methods in javax.xml.crypto.dsig.keyinfo that return KeyName
abstract  KeyName KeyInfoFactory.newKeyName(java.lang.String name)
          Creates a KeyName from the specified name.
 

Uses of KeyName in org.jcp.xml.dsig.internal.dom
 

Classes in org.jcp.xml.dsig.internal.dom that implement KeyName
 class DOMKeyName
          DOM-based implementation of KeyName.
 

Methods in org.jcp.xml.dsig.internal.dom that return KeyName
 KeyName DOMKeyInfoFactory.newKeyName(java.lang.String name)
           
 



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