Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and Description |
---|---|
SignResponse |
KmsCrypto.sign(SignRequest request)
Creates a digital signature for a message or message digest by using the private key of a
public-private key pair, also known as an asymmetric key.
|
SignResponse |
KmsCryptoClient.sign(SignRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<SignResponse> |
KmsCryptoAsyncClient.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler) |
Future<SignResponse> |
KmsCryptoAsync.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler)
Creates a digital signature for a message or message digest by using the private key of a
public-private key pair, also known as an asymmetric key.
|
Modifier and Type | Method and Description |
---|---|
Future<SignResponse> |
KmsCryptoAsyncClient.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler) |
Future<SignResponse> |
KmsCryptoAsync.sign(SignRequest request,
AsyncHandler<SignRequest,SignResponse> handler)
Creates a digital signature for a message or message digest by using the private key of a
public-private key pair, also known as an asymmetric key.
|
Modifier and Type | Method and Description |
---|---|
SignResponse |
SignResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
SignResponse.Builder |
SignResponse.Builder.copy(SignResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.