Searched refs:getNameConstraints (Results 1 – 5 of 5) sorted by relevance
119 assertTrue(Arrays.equals(nc, ta.getNameConstraints())); in testTrustAnchorStringPublicKeybyteArray03()231 assertTrue(Arrays.equals(nc, ta.getNameConstraints())); in testTrustAnchorX500PrincipalPublicKeybyteArray03()293 assertTrue(Arrays.equals(getFullEncoding(), ta1.getNameConstraints())); in testTrustAnchorX509CertificatebyteArray01()301 assertTrue(Arrays.equals(getEncodingPSOnly(), ta2.getNameConstraints())); in testTrustAnchorX509CertificatebyteArray01()309 assertTrue(Arrays.equals(getEncodingESOnly(), ta3.getNameConstraints())); in testTrustAnchorX509CertificatebyteArray01()318 .getNameConstraints())); in testTrustAnchorX509CertificatebyteArray01()487 assertTrue(Arrays.equals(getFullEncoding(), ta1.getNameConstraints())); in testGetNameConstraints01()492 .getNameConstraints())); in testGetNameConstraints01()500 assertTrue(Arrays.equals(getEncodingPSOnly(), ta3.getNameConstraints())); in testGetNameConstraints01()513 assertNull(ta1.getNameConstraints()); in testGetNameConstraints02()[all …]
233 assertEquals(selector.getNameConstraints(), selector1.getNameConstraints()); in test_clone()501 selector.getNameConstraints())); in test_getNameConstraints()1138 assertTrue(Arrays.equals(constraintBytes[i], selector.getNameConstraints())); in test_setNameConstraintsLB$()
310 public final byte [] getNameConstraints() { in getNameConstraints() method in TrustAnchor
1731 public byte[] getNameConstraints() { in getNameConstraints() method in X509CertSelector
107 if (anchor.getNameConstraints() != null) { in ValidatorParams()