Uses of Interface
org.apache.xml.security.encryption.EncryptedKey
Packages that use EncryptedKey
-
Uses of EncryptedKey in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement EncryptedKeyFields in org.apache.xml.security.encryption declared as EncryptedKeyMethods 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.(package private) EncryptedKey
XMLCipher.Factory.newEncryptedKey
(CipherData data) (package private) EncryptedKey
XMLCipher.Factory.newEncryptedKey
(Element element) 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
(package private) Element
XMLCipher.Factory.toElement
(EncryptedKey encryptedKey) -
Uses of EncryptedKey in org.apache.xml.security.keys
Fields in org.apache.xml.security.keys with type parameters of type EncryptedKeyMethods 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