public class BuilderResult extends Object
| Constructor and Description |
|---|
BuilderResult()
Creates a new instance of BuilderResult
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public Key getDataProtectionKey()
public void setDataProtectionKey(Key dataProtectionKey)
dataProtectionKey - set the data protection keypublic Key getKeyProtectionKey()
public void setKeyProtectionKey(Key keyProtectionKey)
keyProtectionKey - store the key protection keypublic KeyInfo getKeyInfo()
public void setKeyInfo(KeyInfo keyInfo)
keyInfo - store the keyInfo from TokenBuilderpublic EncryptedKey getEncryptedKey()
public void setEncryptedKey(EncryptedKey encryptedKey)
encryptedKey - store the encryptedKey for Signature or Encryptionpublic void setDPTokenId(String id)
public String getDPTokenId()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.