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 anEncryptedKeyElement.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 anEncryptedKeyinterface.XMLCipher.loadEncryptedKey(Element element) Returns anEncryptedKeyinterface.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 appropriateEncryptedKeyXMLCipher.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 TypeMethodDescriptionvoidKeyInfo.add(EncryptedKey encryptedKey) Method addEncryptedKey