public final class QOP extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_SecQOPConfidentiality |
static int |
_SecQOPIntegrity |
static int |
_SecQOPIntegrityAndConfidentiality |
static int |
_SecQOPNoProtection |
static QOP |
SecQOPConfidentiality |
static QOP |
SecQOPIntegrity |
static QOP |
SecQOPIntegrityAndConfidentiality |
static QOP |
SecQOPNoProtection |
Modifier | Constructor and Description |
---|---|
protected |
QOP(int i) |
Modifier and Type | Method and Description |
---|---|
static QOP |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _SecQOPNoProtection
public static final QOP SecQOPNoProtection
public static final int _SecQOPIntegrity
public static final QOP SecQOPIntegrity
public static final int _SecQOPConfidentiality
public static final QOP SecQOPConfidentiality
public static final int _SecQOPIntegrityAndConfidentiality
public static final QOP SecQOPIntegrityAndConfidentiality
Copyright © 2017 JacORB. All rights reserved.