org.ccnx.ccn.impl.security.crypto.util.CryptoConstants Class Reference
List of all members.
Static Public Attributes |
static final String | CBC_MODE = "CBC" |
static final String | CTR_MODE = "CTR" |
static final String | CTR_POSTFIX = "/CTR/NoPadding" |
static final String | CBC_POSTFIX = "/CBC/PKCS5Padding" |
static final String | AES_ALGORITHM = "AES" |
static final String | AES_CTR_MODE = AES_ALGORITHM + CTR_POSTFIX |
static final String | AES_CBC_MODE = AES_ALGORITHM + CBC_POSTFIX |
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/impl/security/crypto/util/CryptoConstants.java