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 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.(package private) EncryptedKeyXMLCipher.Factory.newEncryptedKey(CipherData data) (package private) EncryptedKeyXMLCipher.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 appropriateEncryptedKeyXMLCipher.martial(Document context, EncryptedKey encryptedKey) Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKey(package private) ElementXMLCipher.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 TypeMethodDescriptionvoidKeyInfo.add(EncryptedKey encryptedKey) Method addEncryptedKey