public final class CpkInfo extends Object
Constructor and Description |
---|
CpkInfo() |
Modifier and Type | Method and Description |
---|---|
EncryptionAlgorithmType |
getEncryptionAlgorithm()
Get the encryptionAlgorithm property: The algorithm used to produce the
encryption key hash.
|
String |
getEncryptionKey()
Get the encryptionKey property: Optional.
|
String |
getEncryptionKeySha256()
Get the encryptionKeySha256 property: The SHA-256 hash of the provided
encryption key.
|
CpkInfo |
setEncryptionAlgorithm(EncryptionAlgorithmType encryptionAlgorithm)
Set the encryptionAlgorithm property: The algorithm used to produce the
encryption key hash.
|
CpkInfo |
setEncryptionKey(String encryptionKey)
Set the encryptionKey property: Optional.
|
CpkInfo |
setEncryptionKeySha256(String encryptionKeySha256)
Set the encryptionKeySha256 property: The SHA-256 hash of the provided
encryption key.
|
public String getEncryptionKey()
public CpkInfo setEncryptionKey(String encryptionKey)
encryptionKey
- the encryptionKey value to set.public String getEncryptionKeySha256()
public CpkInfo setEncryptionKeySha256(String encryptionKeySha256)
encryptionKeySha256
- the encryptionKeySha256 value to set.public EncryptionAlgorithmType getEncryptionAlgorithm()
public CpkInfo setEncryptionAlgorithm(EncryptionAlgorithmType encryptionAlgorithm)
encryptionAlgorithm
- the encryptionAlgorithm value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.