| Package | Description |
|---|---|
| org.apache.fulcrum.jce.crypto.extended |
| Modifier and Type | Field and Description |
|---|---|
static CryptoParametersJ8.TYPES |
CryptoParametersJ8.DEFAULT_TYPE |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<CryptoParametersJ8.TYPES,CryptoStreamFactoryJ8Template> |
CryptoStreamFactoryJ8Template.instances
the default instances
|
| Modifier and Type | Method and Description |
|---|---|
CryptoParametersJ8.TYPES |
CryptoStreamFactoryJ8Template.getType() |
static CryptoParametersJ8.TYPES |
CryptoParametersJ8.TYPES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoParametersJ8.TYPES[] |
CryptoParametersJ8.TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<CryptoParametersJ8.TYPES,CryptoUtilJ8> |
CryptoUtilJ8.getInstances() |
static Map<CryptoParametersJ8.TYPES,CryptoUtilJ8> |
CryptoUtilJ8.getInstancesWithExplicitParams() |
| Modifier and Type | Method and Description |
|---|---|
static CryptoStreamFactoryJ8 |
CryptoStreamFactoryJ8Template.getInstance(CryptoParametersJ8.TYPES type)
Factory method to get a default instance
|
static CryptoUtilJ8 |
CryptoUtilJ8.getInstance(CryptoParametersJ8.TYPES type)
Factory method to get a default instance
|
static CryptoStreamFactoryJ8 |
CryptoStreamFactoryJ8Template.getInstance(CryptoParametersJ8.TYPES type,
byte[] salt,
int count)
Factory method to get a default instance
|
static CryptoUtilJ8 |
CryptoUtilJ8.getInstance(CryptoParametersJ8.TYPES type,
byte[] salt,
int count)
Factory method to get a default instance
|
void |
CryptoStreamFactoryJ8Template.setType(CryptoParametersJ8.TYPES type) |
| Constructor and Description |
|---|
CryptoUtilJ8(CryptoParametersJ8.TYPES type,
byte[] salt,
int count) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.