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
Classes in org.apache.xml.security.encryption that implement EncryptedKey Modifier and Type Class Description private class
XMLCipher.Factory.EncryptedKeyImpl
Fields in org.apache.xml.security.encryption declared as EncryptedKey Modifier and Type Field Description private EncryptedKey
XMLCipher. ek
Methods in org.apache.xml.security.encryption that return EncryptedKey Modifier and Type Method Description EncryptedKey
XMLCipher. createEncryptedKey(int type, java.lang.String value)
Creates anEncryptedKey
Element
.EncryptedKey
XMLCipher. encryptKey(org.w3c.dom.Document doc, java.security.Key key)
Encrypts a key to an EncryptedKey structureEncryptedKey
XMLCipher. encryptKey(org.w3c.dom.Document doc, java.security.Key key, java.lang.String mgfAlgorithm, byte[] oaepParams)
Encrypts a key to an EncryptedKey structureEncryptedKey
XMLCipher. encryptKey(org.w3c.dom.Document doc, java.security.Key key, java.lang.String mgfAlgorithm, byte[] oaepParams, java.security.SecureRandom random)
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(org.w3c.dom.Document context, org.w3c.dom.Element element)
Returns anEncryptedKey
interface.EncryptedKey
XMLCipher. loadEncryptedKey(org.w3c.dom.Element element)
Returns anEncryptedKey
interface.(package private) EncryptedKey
XMLCipher.Factory. newEncryptedKey(CipherData data)
(package private) EncryptedKey
XMLCipher.Factory. newEncryptedKey(org.w3c.dom.Element element)
Methods in org.apache.xml.security.encryption with parameters of type EncryptedKey Modifier and Type Method Description java.security.Key
XMLCipher. decryptKey(EncryptedKey encryptedKey)
Decrypt a key from a passed in EncryptedKey structure.java.security.Key
XMLCipher. decryptKey(EncryptedKey encryptedKey, java.lang.String algorithm)
Decrypt a key from a passed in EncryptedKey structureorg.w3c.dom.Element
XMLCipher. martial(EncryptedKey encryptedKey)
Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKey
org.w3c.dom.Element
XMLCipher. martial(org.w3c.dom.Document context, EncryptedKey encryptedKey)
Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKey
(package private) org.w3c.dom.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 EncryptedKey Modifier and Type Field Description private java.util.List<EncryptedKey>
KeyInfo. encryptedKeys
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
-