Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
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) |
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 |
---|---|
VerifyRequest |
VerifyRequest.Builder.build()
Build the instance of VerifyRequest as configured by this builder
|
VerifyRequest |
VerifyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of VerifyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
VerifyRequest.Builder |
VerifyRequest.Builder.copy(VerifyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.