Uses of Class
org.apache.xml.security.binding.xmlenc.EncryptedKeyType
-
Packages that use EncryptedKeyType Package Description org.apache.xml.security.binding.xmlenc org.apache.xml.security.stax.impl.processor.input -
-
Uses of EncryptedKeyType in org.apache.xml.security.binding.xmlenc
Methods in org.apache.xml.security.binding.xmlenc that return EncryptedKeyType Modifier and Type Method Description EncryptedKeyTypeObjectFactory. createEncryptedKeyType()Create an instance ofEncryptedKeyTypeMethods in org.apache.xml.security.binding.xmlenc that return types with arguments of type EncryptedKeyType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedKeyType>ObjectFactory. createEncryptedKey(EncryptedKeyType value)Methods in org.apache.xml.security.binding.xmlenc with parameters of type EncryptedKeyType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedKeyType>ObjectFactory. createEncryptedKey(EncryptedKeyType value) -
Uses of EncryptedKeyType in org.apache.xml.security.stax.impl.processor.input
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type EncryptedKeyType Modifier and Type Method Description voidXMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, EncryptedKeyType encryptedKeyType, XMLSecEvent responsibleXMLSecStartXMLEvent, XMLSecurityProperties securityProperties)protected voidXMLEncryptedKeyInputHandler. handleReferenceList(InputProcessorChain inputProcessorChain, EncryptedKeyType encryptedKeyType, XMLSecurityProperties securityProperties)
-