public final class CryptorFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CRYPTOR_CLASS
The System property name to identify the Cryptor class to be used.
|
Modifier and Type | Method and Description |
---|---|
static Cryptor |
getCryptor()
Return the Cryptor.
|
static void |
setCryptor(Cryptor cryptor)
Allows the Cryptor class to be set programmatically.
|
public static final String CRYPTOR_CLASS
public static void setCryptor(Cryptor cryptor)
cryptor
- The Cryptor.public static Cryptor getCryptor()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.