Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and Description |
---|---|
EncryptResponse |
KmsCrypto.encrypt(EncryptRequest request)
Encrypts data using the given
EncryptDataDetails
resource.
|
EncryptResponse |
KmsCryptoClient.encrypt(EncryptRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<EncryptResponse> |
KmsCryptoAsyncClient.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler) |
Future<EncryptResponse> |
KmsCryptoAsync.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler)
Encrypts data using the given
EncryptDataDetails
resource.
|
Modifier and Type | Method and Description |
---|---|
Future<EncryptResponse> |
KmsCryptoAsyncClient.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler) |
Future<EncryptResponse> |
KmsCryptoAsync.encrypt(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResponse> handler)
Encrypts data using the given
EncryptDataDetails
resource.
|
Modifier and Type | Method and Description |
---|---|
EncryptResponse |
EncryptResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
EncryptResponse.Builder |
EncryptResponse.Builder.copy(EncryptResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.