Uses of Class
app.nzyme.plugin.RegistryCryptoException
-
Packages that use RegistryCryptoException Package Description app.nzyme.plugin -
-
Uses of RegistryCryptoException in app.nzyme.plugin
Methods in app.nzyme.plugin that throw RegistryCryptoException Modifier and Type Method Description Optional<String>Registry. getEncryptedValue(String key)Optional<String>Registry. getEncryptedValue(String key, UUID organizationId, UUID tenantId)StringRegistry. getEncryptedValueOrNull(String key)StringRegistry. getEncryptedValueOrNull(String key, UUID organizationId, UUID tenantId)voidRegistry. setEncryptedValue(String key, String value)voidRegistry. setEncryptedValue(String key, String value, UUID organizationId, UUID tenantId)
-