org.omg.Security
Class QOP

java.lang.Object
  extended byorg.omg.Security.QOP
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class QOP
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "QOP"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _SecQOPConfidentiality
           
static int _SecQOPIntegrity
           
static int _SecQOPIntegrityAndConfidentiality
           
static int _SecQOPNoProtection
           
static QOP SecQOPConfidentiality
           
static QOP SecQOPIntegrity
           
static QOP SecQOPIntegrityAndConfidentiality
           
static QOP SecQOPNoProtection
           
 
Constructor Summary
protected QOP(int i)
           
 
Method Summary
static QOP from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_SecQOPNoProtection

public static final int _SecQOPNoProtection
See Also:
Constant Field Values

SecQOPNoProtection

public static final QOP SecQOPNoProtection

_SecQOPIntegrity

public static final int _SecQOPIntegrity
See Also:
Constant Field Values

SecQOPIntegrity

public static final QOP SecQOPIntegrity

_SecQOPConfidentiality

public static final int _SecQOPConfidentiality
See Also:
Constant Field Values

SecQOPConfidentiality

public static final QOP SecQOPConfidentiality

_SecQOPIntegrityAndConfidentiality

public static final int _SecQOPIntegrityAndConfidentiality
See Also:
Constant Field Values

SecQOPIntegrityAndConfidentiality

public static final QOP SecQOPIntegrityAndConfidentiality
Constructor Detail

QOP

protected QOP(int i)
Method Detail

value

public int value()

from_int

public static QOP from_int(int value)

toString

public java.lang.String toString()