Searched refs:ReasonFlags (Results 1 - 4 of 4) 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...]
H A DIssuingDistributionPointExtension.java61 * onlySomeReasons [3] ReasonFlags OPTIONAL,
98 private ReasonFlags revocationReasons = null;
137 DistributionPointName distributionPoint, ReasonFlags revocationReasons,
207 revocationReasons = new ReasonFlags(opt); // expects tag implicit
260 if (!(obj instanceof ReasonFlags)) {
262 "Attribute value should be of type ReasonFlags.");
/openjdk7/jdk/test/sun/security/util/BitArray/
H A DNamedBitList.java40 import sun.security.x509.ReasonFlags;
57 ReasonFlags r = new ReasonFlags(bb);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DDistributionPointFetcher.java499 ReasonFlags reasons = null;
501 reasons = (ReasonFlags)

Completed in 33 milliseconds