Uses of Class
com.sun.xml.ws.security.opt.impl.keyinfo.DerivedKey
-
Packages that use DerivedKey Package Description com.sun.xml.ws.security.opt.impl.util -
-
Uses of DerivedKey in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return DerivedKey Modifier and Type Method Description DerivedKeyWSSElementFactory. createDerivedKey(String id, String algo, byte[] nonce, long offset, long length, String label, SecurityTokenReference str, String spVersion)DerivedKeyWSSElementFactory. createDerivedKey(String id, String algo, byte[] nonce, long offset, long length, String label, SecurityTokenReferenceType str, String spVersion)DerivedKeyWSSElementFactory. createDerivedKey(String id, String algo, byte[] nonce, long offset, long length, String label, SecurityTokenReferenceType str, String refId, String spVersion)
-