Package | Description |
---|---|
org.omg.Security | |
org.omg.SecurityLevel2 | |
org.omg.SecurityReplaceable |
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 any) |
static QOP |
QOP.from_int(int value) |
static QOP |
QOPHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
QOPHelper.insert(Any any,
QOP s) |
static void |
QOPHelper.write(OutputStream out,
QOP s) |
Constructor and Description |
---|
QOPHolder(QOP initial) |
Modifier and Type | Method and Description |
---|---|
QOP |
QOPPolicyOperations.qop() |
Modifier and Type | Method and Description |
---|---|
QOPPolicy |
CurrentOperations.create_qop_policy(QOP qop_) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityContextOperations.protect_message(OpaqueBuffer message,
QOP qop_,
OpaqueBufferHolder text_buffer,
OpaqueBufferHolder token) |
Copyright © 2017 JacORB. All rights reserved.