Package | Description |
---|---|
org.omg.Security |
Modifier and Type | Field and Description |
---|---|
static QOP |
QOP.SecQOPConfidentiality |
static QOP |
QOP.SecQOPIntegrity |
static QOP |
QOP.SecQOPIntegrityAndConfidentiality |
static QOP |
QOP.SecQOPNoProtection |
QOP |
QOPHolder.value |
Modifier and Type | Method and Description |
---|---|
static QOP |
QOPHelper.extract(Any a) |
static QOP |
QOP.from_int(int value) |
static QOP |
QOPHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
QOPHelper.insert(Any a,
QOP that) |
static void |
QOPHelper.write(OutputStream ostream,
QOP value) |
Constructor and Description |
---|
QOPHolder(QOP initialValue) |
Copyright © 2013. All Rights Reserved.