| Modifier and Type | Field and Description |
|---|---|
static KeyType |
KeyType.ACCOUNT
Static value Account for KeyType.
|
static KeyType |
KeyType.SERVICE
Static value Service for KeyType.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.fromString(String name)
Creates or finds a KeyType from its string representation.
|
KeyType |
EncryptionService.keyType()
Get encryption key type to be used for the encryption service.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<KeyType> |
KeyType.values() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
EncryptionService.withKeyType(KeyType keyType)
Set encryption key type to be used for the encryption service.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/