|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CMSEnvelopedDataConstants
This interface contains a series of constants that are used by the CMSEnvelopedDataInputStream and CMSEnvelopedDataOutputStreams.
| Field Summary | ||
|---|---|---|
|
static int |
AES_128
Advanced Encryption Standard (AES) 128 bit symmetric encryption. |
|
static int |
AES_192
Advanced Encryption Standard (AES) 192 bit symmetric encryption. |
|
static int |
AES_256
Advanced Encryption Standard (AES) 256 bit symmetric encryption. |
|
static int |
CAST_128
CAST 128 symmetric encryption. |
|
static int |
DES
DES symmetric encryption - note that we currently ony support receiving DES, not sending it. |
|
static int |
DH
Diffie-Helman (DH) key agreement. |
|
static int |
EC_DH
Elliptic Curve (EC) Diffie-Helman (DH) key agreement. |
|
static int |
EC_DH_COFACTOR
Elliptic Curve (EC) Diffie-Helman (DH) key agreement using the cofactor method. |
|
static int |
EC_MQV
Elliptic Curve (EC) Key Agreement using MQV. |
|
static int |
PASSWORD
Password Based Encryption for Key Exchange. |
|
static int |
RC2_128
RC2 128 symmetric encryption. |
|
static int |
RC2_40
RC2 40 symmetric encryption. |
|
static int |
RC2_64
RC2 64 symmetric encryption. |
|
static int |
RSA_OAEP
RSA Encryption using OAEP. |
|
static int |
RSA_PKCS1
RSA Encryption using PKCS1. |
|
static int |
TRIPLE_DES
TRIPLE DES symmetric encryption. |
| Field Detail |
|---|
static final int RSA_PKCS1
static final int RSA_OAEP
static final int EC_DH
static final int EC_DH_COFACTOR
static final int EC_MQV
static final int DH
static final int PASSWORD
static final int TRIPLE_DES
static final int RC2_40
static final int RC2_64
static final int RC2_128
static final int AES_128
static final int AES_192
static final int AES_256
static final int CAST_128
static final int DES
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal