public class RandomKeyFactory extends Object
| Constructor and Description |
|---|
RandomKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionKey |
getRandomKey(EncryptionType encryptionType)
Get a new random key for a given
EncryptionType. |
static Map<EncryptionType,EncryptionKey> |
getRandomKeys()
Get a map of random keys.
|
public RandomKeyFactory()
public static Map<EncryptionType,EncryptionKey> getRandomKeys() throws KerberosException
KerberosExceptionpublic static EncryptionKey getRandomKey(EncryptionType encryptionType) throws KerberosException
EncryptionType.encryptionType - KerberosExceptionCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.