Uses of Class
com.oracle.bmc.keymanagement.responses.SignResponse
-
Packages that use SignResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of SignResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return SignResponse Modifier and Type Method 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)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type SignResponse Modifier and Type Method Description 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.Future<SignResponse>
KmsCryptoAsyncClient. sign(SignRequest request, AsyncHandler<SignRequest,SignResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type SignResponse Modifier and Type Method Description 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.Future<SignResponse>
KmsCryptoAsyncClient. sign(SignRequest request, AsyncHandler<SignRequest,SignResponse> handler)
-
Uses of SignResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return SignResponse Modifier and Type Method Description SignResponse
SignResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type SignResponse Modifier and Type Method Description SignResponse.Builder
SignResponse.Builder. copy(SignResponse o)
Copy method to populate the builder with values from the given instance.
-