Searched refs:constrains (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DGeneralNameInterface.java92 int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException; method in interface:GeneralNameInterface
H A DX400Address.java399 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:X400Address
H A DGeneralSubtrees.java201 switch (current.constrains(subsequent)) {
364 switch (thisEntry.constrains(otherEntry)) {
405 thisAltEntry.constrains(othAltEntry);
445 switch (thisEntry.constrains(otherEntry)) {
504 switch (excludedName.constrains(permitted)) {
H A DOIDName.java150 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:OIDName
H A DOtherName.java192 result = (otherGNI.constrains(this) == NAME_MATCH);
244 public int constrains(GeneralNameInterface inputName) { method in class:OtherName
H A DURIName.java320 public int constrains(GeneralNameInterface inputName) method in class:URIName
350 // Run DNSName.constrains.
351 constraintType = hostDNS.constrains(otherDNS);
H A DDNSName.java195 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:DNSName
H A DEDIPartyName.java233 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:EDIPartyName
H A DRFC822Name.java183 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:RFC822Name
H A DGeneralName.java206 return name.constrains(otherGNI) == GeneralNameInterface.NAME_MATCH;
H A DNameConstraintsExtension.java516 switch (exName.constrains(name)) {
547 switch (perName.constrains(name)) {
H A DIPAddressName.java393 public int constrains(GeneralNameInterface inputName) method in class:IPAddressName
H A DX500Name.java1256 public int constrains(GeneralNameInterface inputName) method in class:X500Name
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuilder.java151 switch (base.constrains(test)) {
195 int baseRtest = base.constrains(test);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java2516 switch (pathToName.constrains(excludedName)) {
2554 switch (pathToName.constrains(permittedName)) {

Completed in 333 milliseconds