Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.ProofEncryptionType
-
Packages that use ProofEncryptionType Package Description com.sun.xml.ws.security.trust.impl.bindings com.sun.xml.ws.security.trust.impl.elements -
-
Uses of ProofEncryptionType in com.sun.xml.ws.security.trust.impl.bindings
Methods in com.sun.xml.ws.security.trust.impl.bindings that return ProofEncryptionType Modifier and Type Method Description ProofEncryptionTypeObjectFactory. createProofEncryptionType()Create an instance ofProofEncryptionTypeMethods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type ProofEncryptionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ProofEncryptionType>ObjectFactory. createProofEncryption(ProofEncryptionType value)Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type ProofEncryptionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ProofEncryptionType>ObjectFactory. createProofEncryption(ProofEncryptionType value) -
Uses of ProofEncryptionType in com.sun.xml.ws.security.trust.impl.elements
Subclasses of ProofEncryptionType in com.sun.xml.ws.security.trust.impl.elements Modifier and Type Class Description classProofEncryptionImplConstructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type ProofEncryptionType Constructor Description ProofEncryptionImpl(ProofEncryptionType peType)
-