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