Constant Field Values
com.ibm.*
com.ibm.crypto.fips.provider
com.ibm.crypto.fips.provider.AESCipher
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int | AES_BLOCK_SIZE | 16 |
com.ibm.crypto.fips.provider.DESedeCipher
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int | CBC_MODE | 1 |
protected static final int | CFB_MODE | 2 |
public static final int | DES_BLOCK_SIZE | 8 |
protected static final int | ECB_MODE | 0 |
protected static final int | OFB_MODE | 3 |
protected static final int | PCBC_MODE | 4 |
com.ibm.crypto.fips.provider.RSAKeyFactory
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int | MAX_MODLEN | 16384 |
public static final int | MAX_MODLEN_RESTRICT_EXP | 3072 |
public static final int | MAX_RESTRICTED_EXPLEN | 64 |
public static final int | MIN_MODLEN | 512 |
com.ibm.crypto.fips.provider.X509Factory
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String | BEGIN_CERT | "-----BEGIN CERTIFICATE-----" |
public static final java.lang.String | END_CERT | "-----END CERTIFICATE-----" |
protected static final java.lang.String | pkcs7String | "PKCS7" |
protected static final java.lang.String | pkipString | "PkiPath" |
protected static final java.lang.String | x509String | "X.509" |