- GenerateSignatureService - Class in com.adaptris.aws.kms
-
Generate a signature using AWS KMS.
- GenerateSignatureService() - Constructor for class com.adaptris.aws.kms.GenerateSignatureService
-
- getConnection() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
-
The connection to AWS KMS.
- getDataToBeVerified() - Method in class com.adaptris.aws.kms.VerifySignatureService
-
The data that needs to be checked against the signature.
- getEncryptionAlgorithm() - Method in class com.adaptris.aws.kms.EncryptDecrypt
-
Specify the encryption algorithm to use for this operation.
- getEncryptionContext() - Method in class com.adaptris.aws.kms.EncryptDecrypt
-
Specify an encryption context values that you want to use.
- getExtendedLogging() - Method in class com.adaptris.aws.kms.SignatureService
-
- getInput() - Method in class com.adaptris.aws.kms.EncryptDecrypt
-
Specify the source for the encrypt/decrypt operation.
- getInput() - Method in class com.adaptris.aws.kms.GenerateSignatureService
-
The data to be signed.
- getKeyId() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
-
The ID of the key that you will be using.
- getMessageType() - Method in class com.adaptris.aws.kms.SignatureService
-
Specify the message type for this operation.
- getOutput() - Method in class com.adaptris.aws.kms.EncryptDecrypt
-
Specify the message type for this operation.
- getOutput() - Method in class com.adaptris.aws.kms.GenerateSignatureService
-
Where to store the signature that was generated.
- getSignature() - Method in class com.adaptris.aws.kms.VerifySignatureService
-
The source of the signature.
- getSigningAlgorithm() - Method in class com.adaptris.aws.kms.SignatureService
-
Specify the signing algorithm to use for this operation.