A B C D E G M N R S W

A

ADD_CREDENTIALS_TASK_NAME - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 
AddCredentialsTask - Class in nu.studer.gradle.credentials
Adds/updates the given credentials, specified as project properties.
AddCredentialsTask() - Constructor for class nu.studer.gradle.credentials.AddCredentialsTask
 
apply(Project) - Method in class nu.studer.gradle.credentials.CredentialsPlugin
 

B

Base64 - Class in nu.studer.gradle.util
Utilities related to Base64 encoding.

C

createEncryption(char[]) - Static method in class nu.studer.gradle.credentials.domain.Encryption
Creates a new Encryption instance that uses password-based encryption (PBE).
CREDENTIALS_CONTAINER_PROPERTY - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 
CREDENTIALS_KEY_PROPERTY - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 
CREDENTIALS_PASSPHRASE_PROPERTY - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 
CREDENTIALS_VALUE_PROPERTY - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 
CredentialsEncryptor - Class in nu.studer.gradle.credentials.domain
Encrypts/decrypts credentials through password-based encryption.
CredentialsPersistenceManager - Class in nu.studer.gradle.credentials.domain
Manages the storage and retrieval of encrypted credentials.
CredentialsPersistenceManager(File) - Constructor for class nu.studer.gradle.credentials.domain.CredentialsPersistenceManager
 
CredentialsPlugin - Class in nu.studer.gradle.credentials
Plugin to store and access encrypted credentials using password-based encryption (PBE).
CredentialsPlugin() - Constructor for class nu.studer.gradle.credentials.CredentialsPlugin
 

D

decodeBase64(String) - Static method in class nu.studer.gradle.util.Base64
Decodes the given Base64 string to bytes.
decrypt(String) - Method in class nu.studer.gradle.credentials.domain.CredentialsEncryptor
Decrypts the given string.
decrypt(String) - Method in class nu.studer.gradle.credentials.domain.Encryption
Decrypts the given text.
DEFAULT_PASSPHRASE - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 
DEFAULT_PASSPHRASE_CREDENTIALS_FILE - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 

E

encodeBase64(byte[]) - Static method in class nu.studer.gradle.util.Base64
Encodes the given bytes to a Base64 string.
encrypt(String) - Method in class nu.studer.gradle.credentials.domain.CredentialsEncryptor
Encrypts the given string.
encrypt(String) - Method in class nu.studer.gradle.credentials.domain.Encryption
Encrypts the given text.
Encryption - Class in nu.studer.gradle.credentials.domain
Encryption/decryption of text using ciphers.
Encryption(Cipher, Cipher) - Constructor for class nu.studer.gradle.credentials.domain.Encryption
 

G

generateMD5Hash(String) - Static method in class nu.studer.gradle.util.MD5
Calculates the MD5 hash for the given string and returns it in HEX format.
getCredentialsFile() - Method in class nu.studer.gradle.credentials.domain.CredentialsPersistenceManager
 
getCredentialsKey() - Method in class nu.studer.gradle.credentials.AddCredentialsTask
 
getCredentialsKey() - Method in class nu.studer.gradle.credentials.RemoveCredentialsTask
 
getCredentialsValue() - Method in class nu.studer.gradle.credentials.AddCredentialsTask
 
getEncryptedPropertiesFile() - Method in class nu.studer.gradle.credentials.AddCredentialsTask
 
getEncryptedPropertiesFile() - Method in class nu.studer.gradle.credentials.RemoveCredentialsTask
 

M

MD5 - Class in nu.studer.gradle.util
Utilities related to MD5 hashing.

N

nu.studer.gradle.credentials - package nu.studer.gradle.credentials
 
nu.studer.gradle.credentials.domain - package nu.studer.gradle.credentials.domain
 
nu.studer.gradle.util - package nu.studer.gradle.util
 

R

readCredentials() - Method in class nu.studer.gradle.credentials.domain.CredentialsPersistenceManager
 
REMOVE_CREDENTIALS_TASK_NAME - Static variable in class nu.studer.gradle.credentials.CredentialsPlugin
 
RemoveCredentialsTask - Class in nu.studer.gradle.credentials
Removes the given credentials, specified as project properties.
RemoveCredentialsTask() - Constructor for class nu.studer.gradle.credentials.RemoveCredentialsTask
 

S

setCredentialsEncryptor(CredentialsEncryptor) - Method in class nu.studer.gradle.credentials.AddCredentialsTask
 
setCredentialsPersistenceManager(CredentialsPersistenceManager) - Method in class nu.studer.gradle.credentials.AddCredentialsTask
 
setCredentialsPersistenceManager(CredentialsPersistenceManager) - Method in class nu.studer.gradle.credentials.RemoveCredentialsTask
 
storeCredentials(OrderedProperties) - Method in class nu.studer.gradle.credentials.domain.CredentialsPersistenceManager
 

W

withPassphrase(char[]) - Static method in class nu.studer.gradle.credentials.domain.CredentialsEncryptor
Creates a new instance that will use the given passphrase for all encryption/decryption activities.

A B C D E G M N R S W