|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.Options
public abstract class Options
Constructor Summary | |
---|---|
protected |
Options(int maxSize)
|
Method Summary | |
---|---|
void |
clear(int index)
Clears (sets false) the option at a given index. |
boolean |
get(int index)
Returns the value of the option at the given index. |
byte[] |
getBytes()
Byte-reversing methods are an anomaly of the BouncyCastle DERBitString endianness. |
boolean |
match(Options options,
int option)
Returns whether the option at a given index matches the option in this Options . |
void |
set(int index)
Sets the option at a given index. |
protected void |
setBytes(byte[] bytes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Options(int maxSize)
Method Detail |
---|
public boolean match(Options options, int option)
Options
.
options
- option
-
public boolean get(int index)
index
-
public void set(int index)
index
- public void clear(int index)
index
- public byte[] getBytes()
Options
bytes.protected void setBytes(byte[] bytes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |