public class CustomMasterKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
CustomMasterKey(byte[] ecdk,
byte[] cdk) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCDK() |
byte[] |
getECDK() |
byte[] |
getMasterKey() |
boolean |
isEncryptedCustomDataKey() |
boolean |
isRemoteEncryptionModeEnabled() |
void |
setCDK(byte[] aKey) |
void |
setCustomDataKeyType(boolean aType) |
void |
setECDK(byte[] aKey) |
void |
setMasterKey(byte[] aKey) |
void |
setRemoteEncryptionMode(boolean bIsCustomDataKey) |
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public byte[] getMasterKey()
public void setMasterKey(byte[] aKey)
public boolean isRemoteEncryptionModeEnabled()
public void setRemoteEncryptionMode(boolean bIsCustomDataKey)
public boolean isEncryptedCustomDataKey()
public void setCustomDataKeyType(boolean aType)
public void setCDK(byte[] aKey)
public byte[] getCDK()
public void setECDK(byte[] aKey)
public byte[] getECDK()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.