Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyValue
-
Packages that use KeyValue Package Description 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 Modifier and Type Method Description KeyValueObjectFactory. createKeyValue()Create an instance ofKeyValueMethods in com.sun.xml.security.core.dsig that return types with arguments of type KeyValue Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyValue>ObjectFactory. createKeyValue(KeyValue value)Methods in com.sun.xml.security.core.dsig with parameters of type KeyValue Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyValue>ObjectFactory. createKeyValue(KeyValue value) -
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 Modifier and Type Method Description KeyValueJAXBSignatureFactory. 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 Modifier and Type Method Description protected KeyValueTokenBuilder. 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 Modifier and Type Method Description KeyInfoWSSElementFactory. createKeyInfo(KeyValue keyValue)
-