Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Future<VerifyResponse> |
KmsCryptoAsyncClient.verify(VerifyRequest request,
AsyncHandler<VerifyRequest,VerifyResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<VerifyResponse> |
KmsCryptoAsyncClient.verify(VerifyRequest request,
AsyncHandler<VerifyRequest,VerifyResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
VerifyResponse |
VerifyResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
VerifyResponse.Builder |
VerifyResponse.Builder.copy(VerifyResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.