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 EncryptedKey
XMLCipher. createEncryptedKey(int type, String value)
Creates anEncryptedKey
Element
.EncryptedKey
XMLCipher. encryptKey(Document doc, Key key)
Encrypts a key to an EncryptedKey structureEncryptedKey
XMLCipher. encryptKey(Document doc, Key key, String mgfAlgorithm, byte[] oaepParams)
Encrypts a key to an EncryptedKey structureEncryptedKey
XMLCipher. getEncryptedKey()
Get the EncryptedData being build Returns the EncryptedData being built during an ENCRYPT operation.EncryptedKey
XMLCipher. loadEncryptedKey(Document context, Element element)
Returns anEncryptedKey
interface.EncryptedKey
XMLCipher. loadEncryptedKey(Element element)
Returns anEncryptedKey
interface.Methods in org.apache.xml.security.encryption with parameters of type EncryptedKey Modifier and Type Method Description Key
XMLCipher. decryptKey(EncryptedKey encryptedKey)
Decrypt a key from a passed in EncryptedKey structure.Key
XMLCipher. decryptKey(EncryptedKey encryptedKey, String algorithm)
Decrypt a key from a passed in EncryptedKey structureElement
XMLCipher. martial(EncryptedKey encryptedKey)
Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKey
Element
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 EncryptedKey Modifier and Type Method Description EncryptedKey
KeyInfo. itemEncryptedKey(int i)
Method itemEncryptedKeyMethods in org.apache.xml.security.keys with parameters of type EncryptedKey Modifier and Type Method Description void
KeyInfo. add(EncryptedKey encryptedKey)
Method addEncryptedKey
-