Package | Description |
---|---|
org.apache.xml.security.encryption |
Provides classes for implementing XML Encryption applications.
|
org.apache.xml.security.keys |
general key related material.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and 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 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 |
Modifier and Type | Method and Description |
---|---|
EncryptedKey |
KeyInfo.itemEncryptedKey(int i)
Method itemEncryptedKey
|
Modifier and Type | Method and Description |
---|---|
void |
KeyInfo.add(EncryptedKey encryptedKey)
Method addEncryptedKey
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.