public abstract class CryptorFactory extends Object
| Constructor and Description |
|---|
CryptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Cryptor |
getCryptor()
Returns a new instance of a CryptorFactory.
|
static Cryptor |
getCryptor(String className)
Returns a crypto provider with the matching classname, throws if not
possible
|
protected static String |
loadKeyFromFile(String provider) |
public static Cryptor getCryptor(String className) throws Exception
className - Exceptionpublic static Cryptor getCryptor()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.