public class AlgorithmEncryption
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AlgorithmEncryption.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Gets the enabled.
|
AlgorithmEncryption.Builder |
newBuilder()
New builder.
|
List<String> |
pubKey()
Gets the pubKey.
|
String |
subType()
Gets the subType.
|
String |
type()
Gets the type.
|
public AlgorithmEncryption.Builder newBuilder()
public String subType()
public List<String> pubKey()
public String type()
public Boolean enabled()
Copyright © 2021 IBM Cloud. All rights reserved.