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

Packages that use EncryptedKeyType
com.sun.xml.security.core.xenc   
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.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-2013 Oracle Corporation. All Rights Reserved.