Uses of Enum Class
org.europa.together.domain.CipherAlgorithm
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
-
Uses of CipherAlgorithm in org.europa.together.application
Modifier and TypeMethodDescriptionJavaCryptoTools.generateCipherKeyPair
(CipherAlgorithm cipher) int
JavaCryptoTools.getMaxKeySize
(CipherAlgorithm cipher) JavaCryptoTools.loadPrivateKeyFile
(String keyFile, CipherAlgorithm algorithm) JavaCryptoTools.loadPublicKeyFile
(String keyFile, CipherAlgorithm algorithm) -
Uses of CipherAlgorithm in org.europa.together.business
Modifier and TypeMethodDescriptionCryptoTools.generateCipherKeyPair
(CipherAlgorithm cipher) Generate a public / private key pair.int
CryptoTools.getMaxKeySize
(CipherAlgorithm cipher) Detect the maximum length is able to use for the supported cryptographic algorithms.CryptoTools.loadPrivateKeyFile
(String keyFile, CipherAlgorithm algorithm) Load a private key in a binary format from a file to use for cryptography.CryptoTools.loadPublicKeyFile
(String keyFile, CipherAlgorithm algorithm) Load a public key in a binary format from a file to use for cryptography. -
Uses of CipherAlgorithm in org.europa.together.domain
Modifier and TypeMethodDescriptionstatic CipherAlgorithm
Returns the enum constant of this class with the specified name.static CipherAlgorithm[]
CipherAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.