Searched defs:ReasonFlags (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DReasonFlags.java42 * ReasonFlags ::= BIT STRING {
56 public class ReasonFlags { class
90 throw new IOException("Name not recognized by ReasonFlags");
119 * Create a ReasonFlags with the passed bit settings.
121 * @param reasons the bits to be set for the ReasonFlags.
123 public ReasonFlags(byte[] reasons) { method in class:ReasonFlags
128 * Create a ReasonFlags with the passed bit settings.
130 * @param reasons the bits to be set for the ReasonFlags.
132 public ReasonFlags(boolean[] reasons) { method in class:ReasonFlags
137 * Create a ReasonFlags wit
141 public ReasonFlags(BitArray reasons) { method in class:ReasonFlags
151 public ReasonFlags(DerInputStream in) throws IOException { method in class:ReasonFlags
162 public ReasonFlags(DerValue derVal) throws IOException { method in class:ReasonFlags
[all...]

Completed in 2501 milliseconds