C D E F G I L P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- configure() - Static method in interface io.github.cdimascio.dotenv.Dotenvx
-
Configures a new
Dotenvinstance with dotenvx support.
D
- decrypt(byte[], byte[]) - Static method in class io.github.cdimascio.ecies.Ecies
-
Decrypts given ciphertext with a given private key
- decrypt(String, String) - Static method in class io.github.cdimascio.ecies.Ecies
-
Decrypts given ciphertext with a given private key
- directory(String) - Method in class io.github.cdimascio.dotenv.DotenvxBuilder
-
Sets the directory containing the .env file.
- Dotenvx - Interface in io.github.cdimascio.dotenv
-
Creates and configures a new Dotenv instance with dotenvx support.
- DotenvxBuilder - Class in io.github.cdimascio.dotenv
-
Builds and loads and
Dotenvinstance with dotenvx support. - DotenvxBuilder() - Constructor for class io.github.cdimascio.dotenv.DotenvxBuilder
E
- Ecies - Class in io.github.cdimascio.ecies
- Ecies() - Constructor for class io.github.cdimascio.ecies.Ecies
- ECKeyPair - Class in io.github.cdimascio.ecies
- ECKeyPair(ECPublicKey, ECPrivateKey) - Constructor for class io.github.cdimascio.ecies.ECKeyPair
- encrypt(byte[], byte[]) - Static method in class io.github.cdimascio.ecies.Ecies
-
Encrypts a given message with a given public key
- encrypt(String, String) - Static method in class io.github.cdimascio.ecies.Ecies
-
Encrypts a given message with a given public key in hex
F
- filename(String) - Method in class io.github.cdimascio.dotenv.DotenvxBuilder
-
Sets the name of the .env file.
G
- generateEcKeyPair() - Static method in class io.github.cdimascio.ecies.Ecies
-
Generates new key pair consists of
ECPublicKeyandECPrivateKey - getPrivate() - Method in class io.github.cdimascio.ecies.ECKeyPair
- getPrivateBinary() - Method in class io.github.cdimascio.ecies.ECKeyPair
- getPrivateHex() - Method in class io.github.cdimascio.ecies.ECKeyPair
- getPublic() - Method in class io.github.cdimascio.ecies.ECKeyPair
- getPublicBinary(boolean) - Method in class io.github.cdimascio.ecies.ECKeyPair
- getPublicHex(boolean) - Method in class io.github.cdimascio.ecies.ECKeyPair
I
- ignoreIfMalformed() - Method in class io.github.cdimascio.dotenv.DotenvxBuilder
-
Does not throw an exception when .env is malformed.
- ignoreIfMissing() - Method in class io.github.cdimascio.dotenv.DotenvxBuilder
-
Does not throw an exception when .env is missing.
- io.github.cdimascio.dotenv - package io.github.cdimascio.dotenv
- io.github.cdimascio.ecies - package io.github.cdimascio.ecies
L
- load() - Static method in interface io.github.cdimascio.dotenv.Dotenvx
- load() - Method in class io.github.cdimascio.dotenv.DotenvxBuilder
-
Load the contents of .env into the virtual environment.
P
- privateKey(String) - Method in class io.github.cdimascio.dotenv.DotenvxBuilder
-
set the private key
S
- systemProperties() - Method in class io.github.cdimascio.dotenv.DotenvxBuilder
-
Sets each environment variable as system properties.
All Classes All Packages