org.omg.Security

Class QOP

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

Field Summary

static QOP
SecQOPConfidentiality
static QOP
SecQOPIntegrity
static QOP
SecQOPIntegrityAndConfidentiality
static QOP
SecQOPNoProtection
static int
_SecQOPConfidentiality
static int
_SecQOPIntegrity
static int
_SecQOPIntegrityAndConfidentiality
static int
_SecQOPNoProtection

Constructor Summary

QOP(int i)

Method Summary

static QOP
from_int(int value)
int
value()

Field Details

SecQOPConfidentiality

public static final QOP SecQOPConfidentiality


SecQOPIntegrity

public static final QOP SecQOPIntegrity


SecQOPIntegrityAndConfidentiality

public static final QOP SecQOPIntegrityAndConfidentiality


SecQOPNoProtection

public static final QOP SecQOPNoProtection


_SecQOPConfidentiality

public static final int _SecQOPConfidentiality

Field Value:
2


_SecQOPIntegrity

public static final int _SecQOPIntegrity

Field Value:
1


_SecQOPIntegrityAndConfidentiality

public static final int _SecQOPIntegrityAndConfidentiality

Field Value:
3


_SecQOPNoProtection

public static final int _SecQOPNoProtection

Field Value:
0

Constructor Details

QOP

protected QOP(int i)

Method Details

from_int

public static QOP from_int(int value)


value

public int value()