Package org.alfresco.encryption
Class GenerateSecretKey
- java.lang.Object
-
- org.alfresco.encryption.GenerateSecretKey
-
public class GenerateSecretKey extends Object
Generate a secret key for use by the repository.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description GenerateSecretKey()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
generateKeyData()
static void
main(String[] args)
-
-
-
Method Detail
-
generateKeyData
public byte[] generateKeyData()
-
main
public static void main(String[] args)
-
-