Uses of Class
com.oracle.bmc.keymanagement.responses.VerifyResponse
-
Packages that use VerifyResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of VerifyResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return VerifyResponse Modifier and Type Method Description VerifyResponse
KmsCrypto. verify(VerifyRequest request)
Verifies a digital signature that was generated by the Sign operation by using the public key of the same asymmetric key that was used to sign the data.VerifyResponse
KmsCryptoClient. verify(VerifyRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type VerifyResponse Modifier and Type Method Description Future<VerifyResponse>
KmsCryptoAsync. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
Verifies a digital signature that was generated by the Sign operation by using the public key of the same asymmetric key that was used to sign the data.Future<VerifyResponse>
KmsCryptoAsyncClient. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type VerifyResponse Modifier and Type Method Description Future<VerifyResponse>
KmsCryptoAsync. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
Verifies a digital signature that was generated by the Sign operation by using the public key of the same asymmetric key that was used to sign the data.Future<VerifyResponse>
KmsCryptoAsyncClient. verify(VerifyRequest request, AsyncHandler<VerifyRequest,VerifyResponse> handler)
-
Uses of VerifyResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return VerifyResponse Modifier and Type Method Description VerifyResponse
VerifyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type VerifyResponse Modifier and Type Method Description VerifyResponse.Builder
VerifyResponse.Builder. copy(VerifyResponse o)
Copy method to populate the builder with values from the given instance.
-