Access | Constructor and Description |
---|---|
public | |
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public Object | |
public boolean | |
public boolean | |
public static TicketFlags | Returns: an instance of TicketFlags.the Der input stream value, which contains one or more marshaled value. data, byte tag number. explicitTag, boolean indicate if this data field is optional optional)Parse (unmarshal) a ticket flag from a DER input stream. |
public String | toString()
Overrides sun. Returns the string representative of ticket flags. |
TicketFlags | back to summary |
---|---|
public TicketFlags() |
TicketFlags | back to summary |
---|---|
public TicketFlags(boolean[] flags) throws Asn1Exception |
TicketFlags | back to summary |
---|---|
public TicketFlags(int size, byte[] data) throws Asn1Exception |
TicketFlags | back to summary |
---|---|
public TicketFlags(DerValue encoding) throws IOException, Asn1Exception |
clone | back to summary |
---|---|
public Object clone() Overrides java. Doc from java. Creates and returns a copy of this object. The precise meaning
of "copy" may depend on the class of the object. The general
intent is that, for any object will be true, and that the expression:x.clone() != x will bex.clone().getClass() == x.getClass() true , but these are not absolute requirements.
While it is typically the case that:
will bex.clone().equals(x) true , this is not an absolute requirement.
By convention, the returned object should be obtained by calling
By convention, the object returned by this method should be independent
of this object (which is being cloned). To achieve this independence,
it may be necessary to modify one or more fields of the object returned
by
|
match | back to summary |
---|---|
public boolean match(LoginOptions options) |
match | back to summary |
---|---|
public boolean match(TicketFlags flags) |
parse | back to summary |
---|---|
public static TicketFlags parse(DerInputStream data, byte explicitTag, boolean optional) throws Asn1Exception, IOException Parse (unmarshal) a ticket flag from a DER input stream. This form parsing might be used when expanding a value which is part of a constructed sequence and uses explicitly tagged type.
|
toString | back to summary |
---|---|
public String toString() Overrides sun. Returns the string representative of ticket flags.
|