Uses of Interface
org.apache.xml.security.encryption.EncryptedKey
Packages that use EncryptedKey
-
Uses of EncryptedKey in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return EncryptedKeyModifier and TypeMethodDescriptionXMLCipher.createEncryptedKey
(int type, String value) Creates anEncryptedKey
Element
.XMLCipher.encryptKey
(Document doc, Key key) Encrypts a key to an EncryptedKey structureXMLCipher.encryptKey
(Document doc, Key key, String mgfAlgorithm, byte[] oaepParams) Encrypts a key to an EncryptedKey structureXMLCipher.encryptKey
(Document doc, Key key, String mgfAlgorithm, byte[] oaepParams, SecureRandom random) Encrypts a key to an EncryptedKey structureXMLCipher.getEncryptedKey()
Get the EncryptedData being build Returns the EncryptedData being built during an ENCRYPT operation.XMLCipher.loadEncryptedKey
(Document context, Element element) Returns anEncryptedKey
interface.XMLCipher.loadEncryptedKey
(Element element) Returns anEncryptedKey
interface.Methods in org.apache.xml.security.encryption with parameters of type EncryptedKeyModifier and TypeMethodDescriptionXMLCipher.decryptKey
(EncryptedKey encryptedKey) Decrypt a key from a passed in EncryptedKey structure.XMLCipher.decryptKey
(EncryptedKey encryptedKey, String algorithm) Decrypt a key from a passed in EncryptedKey structureXMLCipher.martial
(EncryptedKey encryptedKey) Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKey
XMLCipher.martial
(Document context, EncryptedKey encryptedKey) Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKey
-
Uses of EncryptedKey in org.apache.xml.security.keys
Methods in org.apache.xml.security.keys that return EncryptedKeyMethods in org.apache.xml.security.keys with parameters of type EncryptedKeyModifier and TypeMethodDescriptionvoid
KeyInfo.add
(EncryptedKey encryptedKey) Method addEncryptedKey