|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptedKey | |
---|---|
org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
org.apache.xml.security.keys | general key related material. |
Uses of EncryptedKey in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return EncryptedKey | |
---|---|
EncryptedKey |
XMLCipher.createEncryptedKey(int type,
String value)
Creates an EncryptedKey Element . |
EncryptedKey |
XMLCipher.encryptKey(Document doc,
Key key)
Encrypts a key to an EncryptedKey structure |
EncryptedKey |
XMLCipher.encryptKey(Document doc,
Key key,
String mgfAlgorithm,
byte[] oaepParams)
Encrypts a key to an EncryptedKey structure |
EncryptedKey |
XMLCipher.getEncryptedKey()
Get the EncryptedData being build Returns the EncryptedData being built during an ENCRYPT operation. |
EncryptedKey |
XMLCipher.loadEncryptedKey(Document context,
Element element)
Returns an EncryptedKey interface. |
EncryptedKey |
XMLCipher.loadEncryptedKey(Element element)
Returns an EncryptedKey interface. |
Methods in org.apache.xml.security.encryption with parameters of type EncryptedKey | |
---|---|
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 structure |
Element |
XMLCipher.martial(Document context,
EncryptedKey encryptedKey)
Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriate EncryptedKey |
Element |
XMLCipher.martial(EncryptedKey encryptedKey)
Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriate EncryptedKey |
Uses of EncryptedKey in org.apache.xml.security.keys |
---|
Methods in org.apache.xml.security.keys that return EncryptedKey | |
---|---|
EncryptedKey |
KeyInfo.itemEncryptedKey(int i)
Method itemEncryptedKey |
Methods in org.apache.xml.security.keys with parameters of type EncryptedKey | |
---|---|
void |
KeyInfo.add(EncryptedKey encryptedKey)
Method addEncryptedKey |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |