Definition at line 11 of file KeyUsage.java.
Public Member Functions | |
final int | swigValue () |
String | toString () |
Static Public Member Functions | |
static KeyUsage | swigToEnum (int swigValue) |
Static Public Attributes | |
static final KeyUsage | DigitalSignature = new KeyUsage("DigitalSignature", pkif_moduleJNI.DigitalSignature_get()) |
static final KeyUsage | NonRepudiation = new KeyUsage("NonRepudiation", pkif_moduleJNI.NonRepudiation_get()) |
static final KeyUsage | KeyEncipherment = new KeyUsage("KeyEncipherment", pkif_moduleJNI.KeyEncipherment_get()) |
static final KeyUsage | DataEncipherment = new KeyUsage("DataEncipherment", pkif_moduleJNI.DataEncipherment_get()) |
static final KeyUsage | KeyAgreement = new KeyUsage("KeyAgreement", pkif_moduleJNI.KeyAgreement_get()) |
static final KeyUsage | KeyCertSign = new KeyUsage("KeyCertSign", pkif_moduleJNI.KeyCertSign_get()) |
static final KeyUsage | CRLSign = new KeyUsage("CRLSign", pkif_moduleJNI.CRLSign_get()) |
static final KeyUsage | EncipherOnly = new KeyUsage("EncipherOnly", pkif_moduleJNI.EncipherOnly_get()) |
static final KeyUsage | DecipherOnly = new KeyUsage("DecipherOnly", pkif_moduleJNI.DecipherOnly_get()) |
final int com::orionsec::jpkif::KeyUsage::swigValue | ( | ) | [inline] |
Definition at line 22 of file KeyUsage.java.
String com::orionsec::jpkif::KeyUsage::toString | ( | ) | [inline] |
Definition at line 26 of file KeyUsage.java.
static KeyUsage com::orionsec::jpkif::KeyUsage::swigToEnum | ( | int | swigValue | ) | [inline, static] |
Definition at line 30 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::DigitalSignature = new KeyUsage("DigitalSignature", pkif_moduleJNI.DigitalSignature_get()) [static] |
Definition at line 12 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::NonRepudiation = new KeyUsage("NonRepudiation", pkif_moduleJNI.NonRepudiation_get()) [static] |
Definition at line 13 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::KeyEncipherment = new KeyUsage("KeyEncipherment", pkif_moduleJNI.KeyEncipherment_get()) [static] |
Definition at line 14 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::DataEncipherment = new KeyUsage("DataEncipherment", pkif_moduleJNI.DataEncipherment_get()) [static] |
Definition at line 15 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::KeyAgreement = new KeyUsage("KeyAgreement", pkif_moduleJNI.KeyAgreement_get()) [static] |
Definition at line 16 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::KeyCertSign = new KeyUsage("KeyCertSign", pkif_moduleJNI.KeyCertSign_get()) [static] |
Definition at line 17 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::CRLSign = new KeyUsage("CRLSign", pkif_moduleJNI.CRLSign_get()) [static] |
Definition at line 18 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::EncipherOnly = new KeyUsage("EncipherOnly", pkif_moduleJNI.EncipherOnly_get()) [static] |
Definition at line 19 of file KeyUsage.java.
final KeyUsage com::orionsec::jpkif::KeyUsage::DecipherOnly = new KeyUsage("DecipherOnly", pkif_moduleJNI.DecipherOnly_get()) [static] |
Definition at line 20 of file KeyUsage.java.