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_STATUSEncryptionKeysRegistry. checkKey(String keyAlias, Key key)Check the validity of the key against the registry.static EncryptionKeysRegistry.KEY_STATUSEncryptionKeysRegistry.KEY_STATUS. valueOf(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.
-