Interface XMLCipherParameters
-
public interface XMLCipherParameters
Constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
AES_128
static String
AES_128_KEYWRAP
static String
AES_192
static String
AES_192_KEYWRAP
static String
AES_256
static String
AES_256_KEYWRAP
static String
DIFFIE_HELLMAN
static String
EXCL_XML_N14C
static String
EXCL_XML_N14C_CMMNTS
static String
N14C_XML
static String
N14C_XML_CMMNTS
static String
RIPEMD_160
static String
RSA_1_5
static String
RSA_OAEP
static String
SHA1
static String
SHA256
static String
SHA512
static String
TRIPLEDES_KEYWRAP
static String
XML_DSIG
-
-
-
Field Detail
-
AES_128
static final String AES_128
- See Also:
- Constant Field Values
-
AES_256
static final String AES_256
- See Also:
- Constant Field Values
-
AES_192
static final String AES_192
- See Also:
- Constant Field Values
-
RSA_1_5
static final String RSA_1_5
- See Also:
- Constant Field Values
-
RSA_OAEP
static final String RSA_OAEP
- See Also:
- Constant Field Values
-
DIFFIE_HELLMAN
static final String DIFFIE_HELLMAN
- See Also:
- Constant Field Values
-
TRIPLEDES_KEYWRAP
static final String TRIPLEDES_KEYWRAP
- See Also:
- Constant Field Values
-
AES_128_KEYWRAP
static final String AES_128_KEYWRAP
- See Also:
- Constant Field Values
-
AES_256_KEYWRAP
static final String AES_256_KEYWRAP
- See Also:
- Constant Field Values
-
AES_192_KEYWRAP
static final String AES_192_KEYWRAP
- See Also:
- Constant Field Values
-
SHA1
static final String SHA1
- See Also:
- Constant Field Values
-
SHA256
static final String SHA256
- See Also:
- Constant Field Values
-
SHA512
static final String SHA512
- See Also:
- Constant Field Values
-
RIPEMD_160
static final String RIPEMD_160
- See Also:
- Constant Field Values
-
XML_DSIG
static final String XML_DSIG
- See Also:
- Constant Field Values
-
N14C_XML
static final String N14C_XML
- See Also:
- Constant Field Values
-
N14C_XML_CMMNTS
static final String N14C_XML_CMMNTS
- See Also:
- Constant Field Values
-
EXCL_XML_N14C
static final String EXCL_XML_N14C
- See Also:
- Constant Field Values
-
EXCL_XML_N14C_CMMNTS
static final String EXCL_XML_N14C_CMMNTS
- See Also:
- Constant Field Values
-
-