HomeSort by relevance Sort by last modified time
    Searched refs:constrains (Results 1 - 16 of 16) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java 92 int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException; method in interface:GeneralNameInterface
X400Address.java 399 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:X400Address
GeneralSubtrees.java 201 switch (current.constrains(subsequent)) {
364 switch (thisEntry.constrains(otherEntry)) {
405 thisAltEntry.constrains(othAltEntry);
445 switch (thisEntry.constrains(otherEntry)) {
504 switch (excludedName.constrains(permitted)) {
OIDName.java 150 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:OIDName
OtherName.java 192 result = (otherGNI.constrains(this) == NAME_MATCH);
244 public int constrains(GeneralNameInterface inputName) { method in class:OtherName
URIName.java 320 public int constrains(GeneralNameInterface inputName) method in class:URIName
350 // Run DNSName.constrains.
351 constraintType = hostDNS.constrains(otherDNS);
DNSName.java 195 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:DNSName
EDIPartyName.java 233 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:EDIPartyName
RFC822Name.java 183 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:RFC822Name
GeneralName.java 206 return name.constrains(otherGNI) == GeneralNameInterface.NAME_MATCH;
NameConstraintsExtension.java 511 switch (exName.constrains(name)) {
542 switch (perName.constrains(name)) {
IPAddressName.java 393 public int constrains(GeneralNameInterface inputName) method in class:IPAddressName
X500Name.java 1277 public int constrains(GeneralNameInterface inputName) method in class:X500Name
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 146 switch (base.constrains(test)) {
192 int baseRtest = base.constrains(test);
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1054 milliseconds