com.sun.xml.ws.security.opt.impl.enc
Class KeyEncryptionProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.enc.CryptoProcessor
      extended by com.sun.xml.ws.security.opt.impl.enc.KeyEncryptionProcessor

public class KeyEncryptionProcessor
extends CryptoProcessor

Author:
K.Venugopal@sun.com

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.opt.impl.enc.CryptoProcessor
cipher, data, key
 
Constructor Summary
KeyEncryptionProcessor()
           
 
Method Summary
 
Methods inherited from class com.sun.xml.ws.security.opt.impl.enc.CryptoProcessor
convertAlgURIToTransformation, decryptData, decryptData, decryptKey, encrypt, encryptData, encryptData, encryptKey, getAlgorithm, getCipherValueOfEK, getKey, initCipher, setEncryptedDataCV
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyEncryptionProcessor

public KeyEncryptionProcessor()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.