|
||||||||||
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,
java.lang.String value)
Creates an EncryptedKey Element . |
EncryptedKey |
XMLCipher.encryptKey(org.w3c.dom.Document doc,
java.security.Key key)
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(org.w3c.dom.Document context,
org.w3c.dom.Element element)
Returns an EncryptedKey interface. |
EncryptedKey |
XMLCipher.loadEncryptedKey(org.w3c.dom.Element element)
Returns an EncryptedKey interface. |
Methods in org.apache.xml.security.encryption with parameters of type EncryptedKey | |
---|---|
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 structure |
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 appropriate EncryptedKey |
org.w3c.dom.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 |