Uses of Class
com.sun.xml.security.core.xenc.EncryptedKeyType

Packages that use EncryptedKeyType
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
 EncryptedKeyType ObjectFactory.createEncryptedKeyType()
          Create an instance of EncryptedKeyType
 

Methods in com.sun.xml.security.core.xenc that return types with arguments of type EncryptedKeyType
 JAXBElement<EncryptedKeyType> ObjectFactory.createEncryptedKey(EncryptedKeyType value)
          Create an instance of JAXBElement<EncryptedKeyType>}
 

Methods in com.sun.xml.security.core.xenc with parameters of type EncryptedKeyType
 JAXBElement<EncryptedKeyType> ObjectFactory.createEncryptedKey(EncryptedKeyType value)
          Create an instance of JAXBElement<EncryptedKeyType>}
 

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
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
protected  List<EncryptedKeyType> EncryptedElementType.encryptedKey
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type EncryptedKeyType
 List<EncryptedKeyType> EncryptedElementType.getEncryptedKey()
          Gets the value of the encryptedKey property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.