Class CryptographyData
java.lang.Object
br.net.dd.netherwingcore.common.utilities.CryptographyData
The
CryptographyData class provides utility methods for accessing cryptographic data
such as certificate passwords, aliases, and algorithms. These properties are loaded
from a configuration file located in the classpath under the resource name cryptography.properties.
The properties file is expected to contain the following keys:
cert.password- The password for the cryptographic certificate.cert.alias- The alias associated with the certificate.cert.algorithm- The algorithm used for cryptographic operations.
This class loads the properties file at class initialization (static block) and
throws a RuntimeException if the file cannot be read or loaded.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CryptographyData
public CryptographyData()
-
-
Method Details
-
getCertPassword
-
getCertAlias
-
getCertAlgorithm
-