Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyValue

Packages that use KeyValue
com.sun.xml.security.core.dsig   
com.sun.xml.ws.security.opt.crypto.jaxb   
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.opt.impl.util   
 

Uses of KeyValue in com.sun.xml.security.core.dsig
 

Methods in com.sun.xml.security.core.dsig that return KeyValue
 KeyValue ObjectFactory.createKeyValue()
          Create an instance of KeyValue
 

Methods in com.sun.xml.security.core.dsig that return types with arguments of type KeyValue
 JAXBElement<KeyValue> ObjectFactory.createKeyValue(KeyValue value)
          Create an instance of JAXBElement<KeyValue>}
 

Methods in com.sun.xml.security.core.dsig with parameters of type KeyValue
 JAXBElement<KeyValue> ObjectFactory.createKeyValue(KeyValue value)
          Create an instance of JAXBElement<KeyValue>}
 

Uses of KeyValue in com.sun.xml.ws.security.opt.crypto.jaxb
 

Methods in com.sun.xml.ws.security.opt.crypto.jaxb that return KeyValue
 KeyValue JAXBSignatureFactory.newKeyValue(List content)
          Creates a KeyValue with the specified parameters
 

Uses of KeyValue in com.sun.xml.ws.security.opt.impl.keyinfo
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo that return KeyValue
protected  KeyValue TokenBuilder.buildKeyValue(PublicKey pubKey)
          builds RSA key value with the public key provided
 

Uses of KeyValue in com.sun.xml.ws.security.opt.impl.util
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type KeyValue
 KeyInfo WSSElementFactory.createKeyInfo(KeyValue keyValue)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.