Uses of Class
org.sentrysoftware.metricshub.engine.security.MetricsHubSecurityException
Packages that use MetricsHubSecurityException
-
Uses of MetricsHubSecurityException in org.sentrysoftware.metricshub.engine.security
Methods in org.sentrysoftware.metricshub.engine.security that throw MetricsHubSecurityExceptionModifier and TypeMethodDescriptionstatic char[]Decrypts the given encrypted password using the master key stored in the KeyStore.static char[]Encrypts the given plaintext using the provided secret key.static char[]Encrypts the given password using the master key stored in the KeyStore.static SecretKeySecurityManager.generateMasterKey(@NonNull KeyStore ks, @lombok.NonNull char[] password, @NonNull File keyStoreFile) Generates and saves a new master key in the givenKeyStore.static char[]CryptoCipher.generateRandomMasterKey()Generates a random master key.static KeyStoreSecurityManager.loadKeyStore(@NonNull File keyStoreFile) Loads the KeyStore from the specified file, creating it if it does not exist.