Package | Description |
---|---|
org.omg.Security |
Modifier and Type | Field and Description |
---|---|
AttributeType |
SecAttribute.attribute_type |
AttributeType[] |
AttributeTypeListHolder.value |
AttributeType |
AttributeTypeHolder.value |
Modifier and Type | Method and Description |
---|---|
static AttributeType |
AttributeTypeHelper.extract(Any a) |
static AttributeType[] |
AttributeTypeListHelper.extract(Any a) |
static AttributeType |
AttributeTypeHelper.read(InputStream istream) |
static AttributeType[] |
AttributeTypeListHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
AttributeTypeHelper.insert(Any a,
AttributeType that) |
static void |
AttributeTypeListHelper.insert(Any a,
AttributeType[] that) |
static void |
AttributeTypeHelper.write(OutputStream ostream,
AttributeType value) |
static void |
AttributeTypeListHelper.write(OutputStream ostream,
AttributeType[] value) |
Constructor and Description |
---|
AttributeTypeHolder(AttributeType initialValue) |
AttributeTypeListHolder(AttributeType[] initialValue) |
SecAttribute(AttributeType _attribute_type,
byte[] _defining_authority,
byte[] _value) |
Copyright © 2013. All Rights Reserved.