com.sun.xml.ws.security.opt.api.keyinfo
Class BuilderResult
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuilderResult
public BuilderResult()
- Creates a new instance of BuilderResult
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.