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 EncryptedKeyType
ObjectFactory. createEncryptedKeyType()
Create an instance ofEncryptedKeyType
Methods 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 void
XMLEncryptedKeyInputHandler. handle(InputProcessorChain inputProcessorChain, EncryptedKeyType encryptedKeyType, XMLSecEvent responsibleXMLSecStartXMLEvent, XMLSecurityProperties securityProperties)
protected void
XMLEncryptedKeyInputHandler. handleReferenceList(InputProcessorChain inputProcessorChain, EncryptedKeyType encryptedKeyType, XMLSecurityProperties securityProperties)
-