Module org.apache.santuario.xmlsec
Interface XMLCipherParameters
-
public interface XMLCipherParametersConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringAES_128static StringAES_128_KEYWRAPstatic StringAES_192static StringAES_192_KEYWRAPstatic StringAES_256static StringAES_256_KEYWRAPstatic StringDIFFIE_HELLMANstatic StringEXCL_XML_N14Cstatic StringEXCL_XML_N14C_CMMNTSstatic StringN14C_XMLstatic StringN14C_XML_CMMNTSstatic StringRIPEMD_160static StringRSA_1_5static StringRSA_OAEPstatic StringSHA1static StringSHA256static StringSHA512static StringTRIPLEDES_KEYWRAPstatic StringXML_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
-
-