| |
|
| java.lang.Object com.sun.xml.ws.security.opt.api.keyinfo.BuilderResult
BuilderResult | public class BuilderResult (Code) | | Class to store results from TokenBuilder. Stores the various key information
author: K.Venugopal@sun.com |
BuilderResult | public BuilderResult()(Code) | | Creates a new instance of BuilderResult
|
getDataProtectionKey | public Key getDataProtectionKey()(Code) | | the data protection key |
getKeyProtectionKey | public Key getKeyProtectionKey()(Code) | | the key protection key |
setDataProtectionKey | public void setDataProtectionKey(Key dataProtectionKey)(Code) | | Parameters: dataProtectionKey - set the data protection key |
setEncryptedKey | public void setEncryptedKey(EncryptedKey encryptedKey)(Code) | | Parameters: encryptedKey - store the encryptedKey for Signature or Encryption |
setKeyInfo | public void setKeyInfo(KeyInfo keyInfo)(Code) | | Parameters: keyInfo - store the keyInfo from TokenBuilder |
setKeyProtectionKey | public void setKeyProtectionKey(Key keyProtectionKey)(Code) | | Parameters: keyProtectionKey - store the key protection key |
|
|
|