Package com.mypurecloud.sdk.v2.model
Class EncryptionKey
java.lang.Object
com.mypurecloud.sdk.v2.model.EncryptionKey
- All Implemented Interfaces:
Serializable
EncryptionKey
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKey type used in this configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDate(Date createDate) create date of the key pair.booleangetId()getName()getUser()inthashCode()keyConfigurationType(EncryptionKey.KeyConfigurationTypeEnum keyConfigurationType) Key type used in this configurationkeydataSummary(String keydataSummary) key data summary (base 64 encoded public key)ARN of internal key to be wrapped by AWS KMS Symmetric keylocalEncryptionConfiguration(LocalEncryptionConfiguration localEncryptionConfiguration) Local configurationvoidsetCreateDate(Date createDate) voidsetKeyConfigurationType(EncryptionKey.KeyConfigurationTypeEnum keyConfigurationType) voidsetKeydataSummary(String keydataSummary) voidsetKmsKeyArn(String kmsKeyArn) voidsetLocalEncryptionConfiguration(LocalEncryptionConfiguration localEncryptionConfiguration) voidvoidtoString()user that requested generation of public key
-
Constructor Details
-
EncryptionKey
public EncryptionKey() -
EncryptionKey
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
createDate
create date of the key pair. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreateDate
-
setCreateDate
-
keydataSummary
key data summary (base 64 encoded public key) -
getKeydataSummary
-
setKeydataSummary
-
user
user that requested generation of public key -
getUser
-
setUser
-
localEncryptionConfiguration
public EncryptionKey localEncryptionConfiguration(LocalEncryptionConfiguration localEncryptionConfiguration) Local configuration -
getLocalEncryptionConfiguration
-
setLocalEncryptionConfiguration
public void setLocalEncryptionConfiguration(LocalEncryptionConfiguration localEncryptionConfiguration) -
keyConfigurationType
public EncryptionKey keyConfigurationType(EncryptionKey.KeyConfigurationTypeEnum keyConfigurationType) Key type used in this configuration -
getKeyConfigurationType
-
setKeyConfigurationType
-
kmsKeyArn
ARN of internal key to be wrapped by AWS KMS Symmetric key -
getKmsKeyArn
-
setKmsKeyArn
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-