Class LocalKeyFactory
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.security.LocalKeyFactory
-
- All Implemented Interfaces:
EncryptionKeyFactory
public class LocalKeyFactory extends Object implements EncryptionKeyFactory
An EncryptionKeyFactory that is backed by a local source of randomness.- See Also:
EncryptionKeyFactory
-
-
Constructor Summary
Constructors Constructor Description LocalKeyFactory()
-
-
-
Method Detail
-
create
public EncryptionKey create()
- Specified by:
create
in interfaceEncryptionKeyFactory
- Returns:
- A key that satisfies the specification defined in BlockCrypto
-
-