Searched defs:set (Results 101 - 125 of 363) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/jdi/
H A DSourceNameFilterTest.java100 public void eventSetComplete(EventSet set) { argument
101 //System.out.println("jj: resuming, set = " + set);
103 set.resume();
H A DTargetAdapter.java40 public void eventSetReceived(EventSet set) {} argument
41 public void eventSetComplete(EventSet set) {} argument
H A DTargetListener.java32 void eventSetReceived(EventSet set); argument
33 void eventSetComplete(EventSet set); argument
H A DTemplateTest.java72 public void eventSetReceived(EventSet set) { argument
73 println("Got event set");
148 // TEMPLATE: set things up
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DBitArray.java111 set(i, bits[i]);
138 public void set(int index, boolean value) method in class:BitArray
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAuthorityInfoAccessExtension.java71 * get, set, delete methods of Certificate, x509 type.
89 * AccessDescription; the criticality is set to false.
166 public void set(String name, Object obj) throws IOException { method in class:AuthorityInfoAccessExtension
H A DBasicConstraintsExtension.java57 * get, set, delete methods of Certificate, x509 type.
209 public void set(String name, Object obj) throws IOException { method in class:BasicConstraintsExtension
H A DCRLDistributionPointsExtension.java87 * get, set, delete methods of Certificate, x509 type.
107 * DistributionPoint; the criticality is set to false.
225 public void set(String name, Object obj) throws IOException { method in class:CRLDistributionPointsExtension
H A DCRLExtensions.java199 * @param alias the identifier string for the extension to set.
200 * @param obj the Object to set the extension identified by the
203 public void set(String alias, Object obj) { method in class:CRLExtensions
291 * in the form of a set of entries, enclosed in braces and separated
H A DCRLNumberExtension.java76 * The criticality is set to false.
78 * @param crlNum the value to be set for the extension.
87 * The criticality is set to false.
89 * @param crlNum the value to be set for the extension.
142 public void set(String name, Object obj) throws IOException { method in class:CRLNumberExtension
H A DCertificateIssuerExtension.java39 * indirectCRL indicator set in its issuing distribution point extension. If
89 * Criticality is automatically set to true.
125 public void set(String name, Object obj) throws IOException { method in class:CertificateIssuerExtension
H A DCertificateIssuerName.java47 * get, set, delete methods of Certificate, x509 type.
57 // do not allow a set() of this value, do not advertise with getElements()
120 public void set(String name, Object obj) throws IOException { method in class:CertificateIssuerName
H A DCertificatePoliciesExtension.java73 * get, set, delete methods of Certificate, x509 type.
106 * a List of PolicyInformation; the criticality is set to false.
192 public void set(String name, Object obj) throws IOException { method in class:CertificatePoliciesExtension
H A DCertificateSerialNumber.java45 * get, set, delete methods of Certificate, x509 type.
129 public void set(String name, Object obj) throws IOException { method in class:CertificateSerialNumber
H A DCertificateSubjectName.java47 * get, set, delete methods of Certificate, x509 type.
57 // do not allow a set() of this value, do not advertise with getElements()
120 public void set(String name, Object obj) throws IOException { method in class:CertificateSubjectName
H A DCertificateValidity.java45 * get, set, delete methods of Certificate, x509 type.
176 public void set(String name, Object obj) throws IOException { method in class:CertificateValidity
H A DCertificateVersion.java57 * get, set, delete methods of Certificate, x509 type.
179 public void set(String name, Object obj) throws IOException { method in class:CertificateVersion
H A DInhibitAnyPolicyExtension.java71 * get, set, delete methods of Certificate, x509 type.
187 * @param name name of attribute to set. Must be SKIP_CERTS.
188 * @param obj value to which attribute is to be set. Must be Integer
192 public void set(String name, Object obj) throws IOException { method in class:InhibitAnyPolicyExtension
H A DInvalidityDateExtension.java83 * Criticality automatically set to false.
125 public void set(String name, Object obj) throws IOException { method in class:InvalidityDateExtension
H A DIssuerAlternativeNameExtension.java54 * get, set, delete methods of Certificate, x509 type.
176 public void set(String name, Object obj) throws IOException { method in class:IssuerAlternativeNameExtension
H A DPolicyConstraintsExtension.java63 * get, set, delete methods of Certificate, x509 type.
215 public void set(String name, Object obj) throws IOException { method in class:PolicyConstraintsExtension
H A DPolicyInformation.java189 public void set(String name, Object obj) throws IOException { method in class:PolicyInformation
200 "PolicyQualifierInfo can be set.");
H A DPolicyMappingsExtension.java59 * get, set, delete methods of Certificate, x509 type.
168 public void set(String name, Object obj) throws IOException { method in class:PolicyMappingsExtension
H A DPrivateKeyUsageExtension.java65 * get, set, delete methods of Certificate, x509 type.
245 public void set(String name, Object obj) method in class:PrivateKeyUsageExtension
H A DSubjectAlternativeNameExtension.java59 * get, set, delete methods of Certificate, x509 type.
181 public void set(String name, Object obj) throws IOException { method in class:SubjectAlternativeNameExtension

Completed in 218 milliseconds

1234567891011>>