Oracle Security Developer Tools Web Services Security Java API Reference
10g (10.1.4.0.1)

B28177-01


oracle.security.xmlsec.wss.util
Class WSSEncryptionParams

java.lang.Object
  extended byoracle.security.xmlsec.wss.util.WSSEncryptionParams


Deprecated. As of Version 1.0 Build F, the user is responsible for managing the signature parameters.

public class WSSEncryptionParams
extends java.lang.Object

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, oracle.security.crypto.core.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.
 oracle.security.crypto.core.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.
 oracle.security.crypto.core.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

WSSEncryptionParams

public WSSEncryptionParams(java.lang.String dataEncAlg,
                           oracle.security.crypto.core.SymmetricKey dataEncKey,
                           java.lang.String dataEncKeyName)
Deprecated. 
Create a new WSSEncryptionParams instance.
Parameters:
dataEncAlg - The content encryption algorithm.
dataEncKey - The content encryption key.
dataEncKeyName - The content encryption key name.

WSSEncryptionParams

public 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.
Parameters:
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

getDataEncryptionAlg

public java.lang.String getDataEncryptionAlg()
Deprecated. 
Get the Content Encryption Algorithm.
Returns:
The encryption algorithm string.

getDataEncryptionKey

public oracle.security.crypto.core.SymmetricKey getDataEncryptionKey()
Deprecated. 
Get the Content Encryption Key.
Returns:
The encryption key.

getDataEncryptionKeyName

public java.lang.String getDataEncryptionKeyName()
Deprecated. 
Get the name of the Content Encryption Key.
Returns:
The encryption key name.

getKeyEncryptionAlg

public java.lang.String getKeyEncryptionAlg()
Deprecated. 
Get the Key Encryption Algorithm.
Returns:
The encryption algorithm string.

getKeyEncryptionCert

public oracle.security.crypto.cert.X509 getKeyEncryptionCert()
Deprecated. 
Get the Public Key Certificate of the key encryption key.
Returns:
The corresponding X.509 certificate.

getKeyEncryptionKey

public oracle.security.crypto.core.PublicKey getKeyEncryptionKey()
Deprecated. 
Get the Key Encryption Key.
Returns:
The encryption key.

getKeyEncryptionKeyName

public java.lang.String getKeyEncryptionKeyName()
Deprecated. 
Get the Key Encryption Key Name.
Returns:
The encryption key name.

getCertId

public byte[] getCertId()
Deprecated. 
Get the KeyIdentifier.
Returns:
The key identifier bytes.

Oracle Security Developer Tools Web Services Security Java API Reference
10g (10.1.4.0.1)

B28177-01


Copyright © 2005, 2006 , Oracle. All rights reserved.