Uses of Class
org.omg.Security.QOP

Packages that use QOP
org.jacorb.security.level2   
org.omg.Security   
org.omg.SecurityLevel2   
org.omg.SecurityReplaceable   
 

Uses of QOP in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 that return QOP
 QOP QOPPolicyImpl.qop()
           
 

Methods in org.jacorb.security.level2 with parameters of type QOP
 QOPPolicy CurrentImpl.create_qop_policy(QOP qop)
           
 

Constructors in org.jacorb.security.level2 with parameters of type QOP
QOPPolicyImpl(QOP qop)
           
 

Uses of QOP in org.omg.Security
 

Fields in org.omg.Security declared as QOP
 QOP QOPHolder.value
           
static QOP QOP.SecQOPNoProtection
           
static QOP QOP.SecQOPIntegrity
           
static QOP QOP.SecQOPConfidentiality
           
static QOP QOP.SecQOPIntegrityAndConfidentiality
           
 

Methods in org.omg.Security that return QOP
static QOP QOPHelper.extract(Any any)
           
static QOP QOPHelper.read(InputStream in)
           
static QOP QOP.from_int(int value)
           
 

Methods in org.omg.Security with parameters of type QOP
static void QOPHelper.insert(Any any, QOP s)
           
static void QOPHelper.write(OutputStream out, QOP s)
           
 

Constructors in org.omg.Security with parameters of type QOP
QOPHolder(QOP initial)
           
 

Uses of QOP in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 that return QOP
 QOP QOPPolicyOperations.qop()
           
 

Methods in org.omg.SecurityLevel2 with parameters of type QOP
 QOPPolicy CurrentOperations.create_qop_policy(QOP qop)
           
 

Uses of QOP in org.omg.SecurityReplaceable
 

Methods in org.omg.SecurityReplaceable with parameters of type QOP
 void SecurityContextOperations.protect_message(OpaqueBuffer message, QOP qop, OpaqueBufferHolder text_buffer, OpaqueBufferHolder token)