com.sun.xml.ws.security.opt.api.keyinfo
Class BuilderResult

java.lang.Object
  extended by com.sun.xml.ws.security.opt.api.keyinfo.BuilderResult

public class BuilderResult
extends Object

Class to store results from TokenBuilder. Stores the various key information

Author:
K.Venugopal@sun.com

Constructor Summary
BuilderResult()
          Creates a new instance of BuilderResult
 
Method Summary
 Key getDataProtectionKey()
           
 String getDPTokenId()
           
 EncryptedKey getEncryptedKey()
           
 KeyInfo getKeyInfo()
           
 Key getKeyProtectionKey()
           
 void setDataProtectionKey(Key dataProtectionKey)
           
 void setDPTokenId(String id)
           
 void setEncryptedKey(EncryptedKey encryptedKey)
           
 void setKeyInfo(KeyInfo keyInfo)
           
 void setKeyProtectionKey(Key keyProtectionKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderResult

public BuilderResult()
Creates a new instance of BuilderResult

Method Detail

getDataProtectionKey

public Key getDataProtectionKey()
Returns:
the data protection key

setDataProtectionKey

public void setDataProtectionKey(Key dataProtectionKey)
Parameters:
dataProtectionKey - set the data protection key

getKeyProtectionKey

public Key getKeyProtectionKey()
Returns:
the key protection key

setKeyProtectionKey

public void setKeyProtectionKey(Key keyProtectionKey)
Parameters:
keyProtectionKey - store the key protection key

getKeyInfo

public KeyInfo getKeyInfo()
Returns:
the stored keyInfo

setKeyInfo

public void setKeyInfo(KeyInfo keyInfo)
Parameters:
keyInfo - store the keyInfo from TokenBuilder

getEncryptedKey

public EncryptedKey getEncryptedKey()
Returns:
the encryptedKey

setEncryptedKey

public void setEncryptedKey(EncryptedKey encryptedKey)
Parameters:
encryptedKey - store the encryptedKey for Signature or Encryption

setDPTokenId

public void setDPTokenId(String id)

getDPTokenId

public String getDPTokenId()


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