Uses of Class
org.alfresco.encryption.EncryptionKeysRegistry.KEY_STATUS
-
Packages that use EncryptionKeysRegistry.KEY_STATUS Package Description org.alfresco.encryption -
-
Uses of EncryptionKeysRegistry.KEY_STATUS in org.alfresco.encryption
Methods in org.alfresco.encryption that return EncryptionKeysRegistry.KEY_STATUS Modifier and Type Method Description EncryptionKeysRegistry.KEY_STATUS
EncryptionKeysRegistry. checkKey(java.lang.String keyAlias, java.security.Key key)
Check the validity of the key against the registry.static EncryptionKeysRegistry.KEY_STATUS
EncryptionKeysRegistry.KEY_STATUS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EncryptionKeysRegistry.KEY_STATUS[]
EncryptionKeysRegistry.KEY_STATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-