Uses of Interface
org.apache.xml.security.encryption.EncryptedKey
-
Packages that use EncryptedKey Package Description org.apache.xml.security.encryption org.apache.xml.security.keys -
-
Uses of EncryptedKey in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return EncryptedKey Modifier and Type Method Description EncryptedKeyXMLCipher. createEncryptedKey(int type, String value)Creates anEncryptedKeyElement.EncryptedKeyXMLCipher. encryptKey(Document doc, Key key)Encrypts a key to an EncryptedKey structureEncryptedKeyXMLCipher. encryptKey(Document doc, Key key, String mgfAlgorithm, byte[] oaepParams)Encrypts a key to an EncryptedKey structureEncryptedKeyXMLCipher. encryptKey(Document doc, Key key, String mgfAlgorithm, byte[] oaepParams, SecureRandom random)Encrypts a key to an EncryptedKey structureEncryptedKeyXMLCipher. getEncryptedKey()Get the EncryptedData being build Returns the EncryptedData being built during an ENCRYPT operation.EncryptedKeyXMLCipher. loadEncryptedKey(Document context, Element element)Returns anEncryptedKeyinterface.EncryptedKeyXMLCipher. loadEncryptedKey(Element element)Returns anEncryptedKeyinterface.Methods in org.apache.xml.security.encryption with parameters of type EncryptedKey Modifier and Type Method Description KeyXMLCipher. decryptKey(EncryptedKey encryptedKey)Decrypt a key from a passed in EncryptedKey structure.KeyXMLCipher. decryptKey(EncryptedKey encryptedKey, String algorithm)Decrypt a key from a passed in EncryptedKey structureElementXMLCipher. martial(EncryptedKey encryptedKey)Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKeyElementXMLCipher. 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 EncryptedKey Modifier and Type Method Description EncryptedKeyKeyInfo. itemEncryptedKey(int i)Method itemEncryptedKeyMethods in org.apache.xml.security.keys with parameters of type EncryptedKey Modifier and Type Method Description voidKeyInfo. add(EncryptedKey encryptedKey)Method addEncryptedKey
-