Uses of Class
app.nzyme.plugin.RegistryCryptoException
Packages that use RegistryCryptoException
-
Uses of RegistryCryptoException in app.nzyme.plugin
Methods in app.nzyme.plugin that throw RegistryCryptoExceptionModifier and TypeMethodDescriptionRegistry.getEncryptedValue(String key) Registry.getEncryptedValue(String key, UUID organizationId) Registry.getEncryptedValue(String key, UUID organizationId, UUID tenantId) Registry.getEncryptedValueOrNull(String key) Registry.getEncryptedValueOrNull(String key, UUID organizationId) Registry.getEncryptedValueOrNull(String key, UUID organizationId, UUID tenantId) voidRegistry.setEncryptedValue(String key, String value) voidRegistry.setEncryptedValue(String key, String value, UUID organizationId) voidRegistry.setEncryptedValue(String key, String value, UUID organizationId, UUID tenantId)