public class CryptographyFactory extends GenericFactory<Cryptography>
| Modifier and Type | Field and Description |
|---|---|
static CryptographyFactory |
instance |
| Constructor and Description |
|---|
CryptographyFactory() |
| Modifier and Type | Method and Description |
|---|---|
Cryptography |
factoryDefault()
Defines a default object for the factory.
|
static CryptographyFactory |
getInstance() |
protected String |
getVariableName()
Defines the environment variable used by the abstract factory
to fetch the name of the class to be fabricated.
|
factory, factoryFromClassNamepublic static final CryptographyFactory instance
public static final CryptographyFactory getInstance()
public Cryptography factoryDefault()
factoryDefault in class GenericFactory<Cryptography>CriyptographyImplprotected String getVariableName()
getVariableName in class GenericFactory<Cryptography>Copyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.