JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
AddCredentialsTask
- Class in
nu.studer.gradle.credentials
Adds/updates the given credentials, specified as project properties.
AddCredentialsTask(CredentialsEncryptor, CredentialsPersistenceManager)
- Constructor in
AddCredentialsTask
AlwaysFalseSpec
- Class in
nu.studer.gradle.util
Spec that always evaluates to false.
B
Base64
- Class in
nu.studer.gradle.util
Utilities related to Base64 encoding.
C
createEncryption(char[])
- Method in
Encryption
Creates a new Encryption instance that uses password-based encryption (PBE).
CredentialsContainer
- Class in
nu.studer.gradle.credentials.domain
Transiently retrieves and adds credentials.
CredentialsContainer(CredentialsEncryptor, OrderedProperties)
- Constructor in
CredentialsContainer
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 in
CredentialsPersistenceManager
D
decodeBase64(String)
- Method in
Base64
Decodes the given Base64 string to bytes.
decrypt(String)
- Method in
CredentialsEncryptor
Decrypts the given string.
decrypt(String)
- Method in
Encryption
Decrypts the given text.
E
encodeBase64(byte[])
- Method in
Base64
Encodes the given bytes to a Base64 string.
encrypt(String)
- Method in
CredentialsEncryptor
Encrypts the given string.
encrypt(String)
- Method in
Encryption
Encrypts the given text.
Encryption
- Class in
nu.studer.gradle.credentials.domain
Encryption/decryption of text using ciphers.
Encryption(Cipher, Cipher)
- Constructor in
Encryption
F
G
generateMD5Hash(String)
- Method in
MD5
Calculates the MD5 hash for the given string and returns it in HEX format.
getCredentialsFile()
- Method in
CredentialsPersistenceManager
getCredentialsKey()
- Method in
AddCredentialsTask
getCredentialsKey()
- Method in
RemoveCredentialsTask
getCredentialsValue()
- Method in
AddCredentialsTask
getEncryptedPropertiesFile()
- Method in
AddCredentialsTask
getEncryptedPropertiesFile()
- Method in
RemoveCredentialsTask
H
I
INSTANCE
- Field in
AlwaysFalseSpec
isSatisfiedBy(Task)
- Method in
AlwaysFalseSpec
J
K
L
M
MD5
- Class in
nu.studer.gradle.util
Utilities related to MD5 hashing.
N
O
P
printHexBinary(byte[])
- Method in
Base64
Print the given bytes as a HEX string.
propertyMissing(String, def)
- Method in
CredentialsContainer
Q
R
readCredentials()
- Method in
CredentialsPersistenceManager
RemoveCredentialsTask
- Class in
nu.studer.gradle.credentials
Removes the given credentials, specified as project properties.
RemoveCredentialsTask(CredentialsPersistenceManager)
- Constructor in
RemoveCredentialsTask
S
setKey(String)
- Method in
AddCredentialsTask
setKey(String)
- Method in
RemoveCredentialsTask
setValue(String)
- Method in
AddCredentialsTask
storeCredentials(OrderedProperties)
- Method in
CredentialsPersistenceManager
T
U
V
W
withPassphrase(char[])
- Method in
CredentialsEncryptor
Creates a new instance that will use the given passphrase for all encryption/decryption activities.
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation