Definition at line 11 of file SYMKEY_ALG.java.
Public Member Functions | |
final int | swigValue () |
String | toString () |
Static Public Member Functions | |
static SYMKEY_ALG | swigToEnum (int swigValue) |
Static Public Attributes | |
static final SYMKEY_ALG | TDES = new SYMKEY_ALG("TDES") |
static final SYMKEY_ALG | DES = new SYMKEY_ALG("DES") |
static final SYMKEY_ALG | AES = new SYMKEY_ALG("AES") |
static final SYMKEY_ALG | AES128 = new SYMKEY_ALG("AES128") |
static final SYMKEY_ALG | AES192 = new SYMKEY_ALG("AES192") |
static final SYMKEY_ALG | AES256 = new SYMKEY_ALG("AES256") |
static final SYMKEY_ALG | AES128Wrap = new SYMKEY_ALG("AES128Wrap") |
static final SYMKEY_ALG | AES192Wrap = new SYMKEY_ALG("AES192Wrap") |
static final SYMKEY_ALG | AES256Wrap = new SYMKEY_ALG("AES256Wrap") |
static final SYMKEY_ALG | CAST = new SYMKEY_ALG("CAST") |
static final SYMKEY_ALG | RC4 = new SYMKEY_ALG("RC4") |
static final SYMKEY_ALG | RC2 = new SYMKEY_ALG("RC2") |
static final SYMKEY_ALG | SKIPJACK = new SYMKEY_ALG("SKIPJACK") |
final int com::orionsec::jpkif::SYMKEY_ALG::swigValue | ( | ) | [inline] |
Definition at line 26 of file SYMKEY_ALG.java.
String com::orionsec::jpkif::SYMKEY_ALG::toString | ( | ) | [inline] |
Definition at line 30 of file SYMKEY_ALG.java.
static SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::swigToEnum | ( | int | swigValue | ) | [inline, static] |
Definition at line 34 of file SYMKEY_ALG.java.
Referenced by com::orionsec::jpkif::CPKIFEnvelopedData::GetAlgorithm(), com::orionsec::jpkif::CPKIFKeyMaterialPtr::GetSymmetricKeyAlgorithm(), com::orionsec::jpkif::CPKIFKeyMaterial::GetSymmetricKeyAlgorithm(), and com::orionsec::jpkif::CPKIFAlgorithm::SymkeyAlg().
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::TDES = new SYMKEY_ALG("TDES") [static] |
Definition at line 12 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::DES = new SYMKEY_ALG("DES") [static] |
Definition at line 13 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::AES = new SYMKEY_ALG("AES") [static] |
Definition at line 14 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::AES128 = new SYMKEY_ALG("AES128") [static] |
Definition at line 15 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::AES192 = new SYMKEY_ALG("AES192") [static] |
Definition at line 16 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::AES256 = new SYMKEY_ALG("AES256") [static] |
Definition at line 17 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::AES128Wrap = new SYMKEY_ALG("AES128Wrap") [static] |
Definition at line 18 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::AES192Wrap = new SYMKEY_ALG("AES192Wrap") [static] |
Definition at line 19 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::AES256Wrap = new SYMKEY_ALG("AES256Wrap") [static] |
Definition at line 20 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::CAST = new SYMKEY_ALG("CAST") [static] |
Definition at line 21 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::RC4 = new SYMKEY_ALG("RC4") [static] |
Definition at line 22 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::RC2 = new SYMKEY_ALG("RC2") [static] |
Definition at line 23 of file SYMKEY_ALG.java.
final SYMKEY_ALG com::orionsec::jpkif::SYMKEY_ALG::SKIPJACK = new SYMKEY_ALG("SKIPJACK") [static] |
Definition at line 24 of file SYMKEY_ALG.java.