public interface CryptoParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM
The default crypto algorithm being used
|
static int |
COUNT
Parameter for PBEParameterSpec
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Salt()
The password salt: update to a method to prevent malicious code bug.
|
static final int COUNT
static final String ALGORITHM
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.