|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.wss.util.WSSEncryptionParams
Deprecated. As of Version 1.0 Build F, the user is responsible for managing the signature parameters.
A specification of algorithms and keys for using with XML encryption.
| Constructor Summary | |
WSSEncryptionParams(java.lang.String dataEncAlg, java.lang.String keyEncAlg, oracle.security.crypto.cert.X509 keyEncCert, java.lang.String keyEncKeyName, byte[] certId)Deprecated. Create a new WSSEncryptionParams instance. |
|
WSSEncryptionParams(java.lang.String dataEncAlg, SymmetricKey dataEncKey, java.lang.String dataEncKeyName)Deprecated. Create a new WSSEncryptionParams instance. |
|
| Method Summary | |
byte[] |
getCertId()Deprecated. Get the KeyIdentifier. |
java.lang.String |
getDataEncryptionAlg()Deprecated. Get the Content Encryption Algorithm. |
SymmetricKey |
getDataEncryptionKey()Deprecated. Get the Content Encryption Key. |
java.lang.String |
getDataEncryptionKeyName()Deprecated. Get the name of the Content Encryption Key. |
java.lang.String |
getKeyEncryptionAlg()Deprecated. Get the Key Encryption Algorithm. |
oracle.security.crypto.cert.X509 |
getKeyEncryptionCert()Deprecated. Get the Public Key Certificate of the key encryption key. |
PublicKey |
getKeyEncryptionKey()Deprecated. Get the Key Encryption Key. |
java.lang.String |
getKeyEncryptionKeyName()Deprecated. Get the Key Encryption Key Name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSSEncryptionParams(java.lang.String dataEncAlg,
SymmetricKey dataEncKey,
java.lang.String dataEncKeyName)
WSSEncryptionParams instance.dataEncAlg - The content encryption algorithm.dataEncKey - The content encryption key.dataEncKeyName - The content encryption key name.
public WSSEncryptionParams(java.lang.String dataEncAlg,
java.lang.String keyEncAlg,
oracle.security.crypto.cert.X509 keyEncCert,
java.lang.String keyEncKeyName,
byte[] certId)
WSSEncryptionParams instance.dataEncAlg - The content encryption algorithm.keyEncAlg - The key encryption algorithm.keyEncCert - The key encryption key.keyEncKeyName - The key encryption key name.certId - The public key identifier.| Method Detail |
public java.lang.String getDataEncryptionAlg()
public SymmetricKey getDataEncryptionKey()
public java.lang.String getDataEncryptionKeyName()
public java.lang.String getKeyEncryptionAlg()
public oracle.security.crypto.cert.X509 getKeyEncryptionCert()
public PublicKey getKeyEncryptionKey()
public java.lang.String getKeyEncryptionKeyName()
public byte[] getCertId()
|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||