Uses of Class
com.sun.xml.ws.security.opt.impl.reference.KeyIdentifier
-
Packages that use KeyIdentifier Package Description com.sun.xml.ws.security.opt.impl.keyinfo com.sun.xml.ws.security.opt.impl.util -
-
Uses of KeyIdentifier in com.sun.xml.ws.security.opt.impl.keyinfo
Methods in com.sun.xml.ws.security.opt.impl.keyinfo that return KeyIdentifier Modifier and Type Method Description protected KeyIdentifierTokenBuilder. buildKeyInfoWithEKSHA1(String ekSHA1Ref)builds keyInfo with the given encrypted key sha1 referenceprotected KeyIdentifierTokenBuilder. buildKeyInfoWithKI(AuthenticationTokenPolicy.X509CertificateBinding binding, String refType)builds keyInfo with the given X509 certificate bindingprotected KeyIdentifierTokenBuilder. buildKeyInfoWithKIKerberos(AuthenticationTokenPolicy.KerberosTokenBinding binding, String refType)builds keyInfo with the given kerberos token binding -
Uses of KeyIdentifier in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return KeyIdentifier Modifier and Type Method Description KeyIdentifierWSSElementFactory. createKeyIdentifier()
-