A B C D E G I M P R S T V W 
All Classes All Packages

A

awsClient() - Method in class com.adaptris.aws.kms.AWSKMSConnection
 
awsClient() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 
awsClient() - Method in interface com.adaptris.aws.kms.ClientWrapper
 
AWSKMSConnection - Class in com.adaptris.aws.kms
AdaptrisConnection implementation for Amazon KMS
AWSKMSConnection() - Constructor for class com.adaptris.aws.kms.AWSKMSConnection
 
AWSKMSServiceImpl - Class in com.adaptris.aws.kms
 
AWSKMSServiceImpl() - Constructor for class com.adaptris.aws.kms.AWSKMSServiceImpl
 

B

ByteBufferInputStream - Class in com.adaptris.aws.kms
 
ByteBufferInputStream(ByteBuffer) - Constructor for class com.adaptris.aws.kms.ByteBufferInputStream
 

C

ClientWrapper<T extends com.amazonaws.AmazonWebServiceClient> - Interface in com.adaptris.aws.kms
 
closeConnection() - Method in class com.adaptris.aws.kms.AWSKMSConnection
 
closeService() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 
com.adaptris.aws.kms - package com.adaptris.aws.kms
 
createBuilder() - Method in class com.adaptris.aws.kms.AWSKMSConnection
 

D

DecryptService - Class in com.adaptris.aws.kms
Decrypt data using AWS KMS
DecryptService() - Constructor for class com.adaptris.aws.kms.DecryptService
 
doService(AdaptrisMessage) - Method in class com.adaptris.aws.kms.DecryptService
 
doService(AdaptrisMessage) - Method in class com.adaptris.aws.kms.EncryptService
 
doService(AdaptrisMessage) - Method in class com.adaptris.aws.kms.GenerateSignatureService
 
doService(AdaptrisMessage) - Method in class com.adaptris.aws.kms.VerifySignatureService
 

E

EncryptDecrypt - Class in com.adaptris.aws.kms
 
EncryptDecrypt() - Constructor for class com.adaptris.aws.kms.EncryptDecrypt
 
encryptionAlgorithm(AdaptrisMessage) - Method in class com.adaptris.aws.kms.EncryptDecrypt
 
encryptionContext() - Method in class com.adaptris.aws.kms.EncryptDecrypt
 
EncryptService - Class in com.adaptris.aws.kms
Encrypt data using AWS KMS
EncryptService() - Constructor for class com.adaptris.aws.kms.EncryptService
 
extendedLogging() - Method in class com.adaptris.aws.kms.SignatureService
 

G

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.

I

initConnection() - Method in class com.adaptris.aws.kms.AWSKMSConnection
 
initService() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 

M

messageType(AdaptrisMessage) - Method in class com.adaptris.aws.kms.SignatureService
 

P

prepare() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 
prepare() - Method in class com.adaptris.aws.kms.GenerateSignatureService
 
prepare() - Method in class com.adaptris.aws.kms.VerifySignatureService
 
prepareConnection() - Method in class com.adaptris.aws.kms.AWSKMSConnection
 

R

read() - Method in class com.adaptris.aws.kms.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.adaptris.aws.kms.ByteBufferInputStream
 

S

setConnection(AdaptrisConnection) - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
The connection to AWS KMS.
setDataToBeVerified(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.VerifySignatureService
The data that needs to be checked against the signature.
setEncryptionAlgorithm(String) - Method in class com.adaptris.aws.kms.EncryptDecrypt
Specify the encryption algorithm to use for this operation.
setEncryptionContext(KeyValuePairSet) - Method in class com.adaptris.aws.kms.EncryptDecrypt
Specify an encryption context values that you want to use.
setExtendedLogging(Boolean) - Method in class com.adaptris.aws.kms.SignatureService
 
setInput(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.EncryptDecrypt
Specify the source for the encrypt/decrypt operation.
setInput(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.GenerateSignatureService
The data to be signed.
setKeyId(String) - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
The ID of the key that you will be using.
setMessageType(String) - Method in class com.adaptris.aws.kms.SignatureService
Specify the message type for this operation.
setOutput(MessageWrapper<OutputStream>) - Method in class com.adaptris.aws.kms.EncryptDecrypt
Specify the message type for this operation.
setOutput(MessageWrapper<OutputStream>) - Method in class com.adaptris.aws.kms.GenerateSignatureService
Where to store the signature that was generated.
setSignature(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.VerifySignatureService
The source of the signature.
setSigningAlgorithm(String) - Method in class com.adaptris.aws.kms.SignatureService
Specify the signing algorithm to use for this operation.
shutdownQuietly(AmazonWebServiceClient) - Static method in interface com.adaptris.aws.kms.ClientWrapper
 
SignatureService - Class in com.adaptris.aws.kms
 
SignatureService() - Constructor for class com.adaptris.aws.kms.SignatureService
 
signingAlgorithm(AdaptrisMessage) - Method in class com.adaptris.aws.kms.SignatureService
 
start() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 
startConnection() - Method in class com.adaptris.aws.kms.AWSKMSConnection
 
stop() - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 
stopConnection() - Method in class com.adaptris.aws.kms.AWSKMSConnection
 

T

toByteBuffer(AdaptrisMessage) - Method in class com.adaptris.aws.kms.EncryptDecrypt
 

V

VerifySignatureService - Class in com.adaptris.aws.kms
Verify a signature using AWS KMS.
VerifySignatureService() - Constructor for class com.adaptris.aws.kms.VerifySignatureService
 

W

withConnection(AdaptrisConnection) - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 
withDataToBeVerified(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.VerifySignatureService
 
withEncryptionAlgorithm(String) - Method in class com.adaptris.aws.kms.EncryptDecrypt
 
withEncryptionContext(KeyValuePairSet) - Method in class com.adaptris.aws.kms.EncryptDecrypt
 
withInput(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.EncryptDecrypt
 
withInput(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.GenerateSignatureService
 
withKeyId(String) - Method in class com.adaptris.aws.kms.AWSKMSServiceImpl
 
withMessageType(String) - Method in class com.adaptris.aws.kms.SignatureService
 
withOutput(MessageWrapper<OutputStream>) - Method in class com.adaptris.aws.kms.EncryptDecrypt
 
withOutput(MessageWrapper<OutputStream>) - Method in class com.adaptris.aws.kms.GenerateSignatureService
 
withSignature(MessageWrapper<byte[]>) - Method in class com.adaptris.aws.kms.VerifySignatureService
 
withSigningAlgorithm(String) - Method in class com.adaptris.aws.kms.SignatureService
 
writeOutput(ByteBuffer, AdaptrisMessage) - Method in class com.adaptris.aws.kms.EncryptDecrypt
 
A B C D E G I M P R S T V W 
All Classes All Packages