Uses of Class
com.sun.xml.security.core.xenc.EncryptedKeyType
-
Packages that use EncryptedKeyType Package Description com.sun.xml.security.core.xenc com.sun.xml.ws.security.opt.impl.enc com.sun.xml.wss.saml.internal.saml20.jaxb20 -
-
Uses of EncryptedKeyType in com.sun.xml.security.core.xenc
Methods in com.sun.xml.security.core.xenc that return EncryptedKeyType Modifier and Type Method Description EncryptedKeyTypeObjectFactory. createEncryptedKeyType()Create an instance ofEncryptedKeyTypeMethods in com.sun.xml.security.core.xenc that return types with arguments of type EncryptedKeyType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EncryptedKeyType>ObjectFactory. createEncryptedKey(EncryptedKeyType value)Methods in com.sun.xml.security.core.xenc with parameters of type EncryptedKeyType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EncryptedKeyType>ObjectFactory. createEncryptedKey(EncryptedKeyType value) -
Uses of EncryptedKeyType in com.sun.xml.ws.security.opt.impl.enc
Constructors in com.sun.xml.ws.security.opt.impl.enc with parameters of type EncryptedKeyType Constructor Description JAXBEncryptedKey(EncryptedKeyType ekt, Key kk, Key dk, SOAPVersion soapVersion)Creates a new instance of JAXBEncryptedKey -
Uses of EncryptedKeyType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 with type parameters of type EncryptedKeyType Modifier and Type Field Description protected List<EncryptedKeyType>EncryptedElementType. encryptedKeyMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type EncryptedKeyType Modifier and Type Method Description List<EncryptedKeyType>EncryptedElementType. getEncryptedKey()Gets the value of the encryptedKey property.
-