Package com.mypurecloud.sdk.v2.model
Class LocalEncryptionKeyRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.LocalEncryptionKeyRequest
- All Implemented Interfaces:
Serializable
LocalEncryptionKeyRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe local configuration id that contains metadata on private local servicebooleaninthashCode()The key pair id from the local service.Base 64 encoded public key, generated by the local service.voidsetConfigId(String configId) voidsetKeypairId(String keypairId) voidsetPublicKey(String publicKey) toString()
-
Constructor Details
-
LocalEncryptionKeyRequest
public LocalEncryptionKeyRequest() -
LocalEncryptionKeyRequest
-
-
Method Details
-
configId
The local configuration id that contains metadata on private local service -
getConfigId
-
setConfigId
-
publicKey
Base 64 encoded public key, generated by the local service. -
getPublicKey
-
setPublicKey
-
keypairId
The key pair id from the local service. -
getKeypairId
-
setKeypairId
-
equals
-
hashCode
public int hashCode() -
toString
-