Home
last modified time | relevance | path

Searched refs:checkOptionalField (Results 1 – 11 of 11) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/asn1/test/
H A DPersonalDataUnitTest.java109 checkOptionalField("nameDistinguisher", nameDistinguisher, data.getNameDistinguisher()); in checkValues()
110 checkOptionalField("dateOfBirth", dateOfBirth, data.getDateOfBirth()); in checkValues()
111 checkOptionalField("placeOfBirth", placeOfBirth, data.getPlaceOfBirth()); in checkValues()
112 checkOptionalField("gender", gender, data.getGender()); in checkValues()
113 checkOptionalField("postalAddress", postalAddress, data.getPostalAddress()); in checkValues()
H A DASN1UnitTest.java43 protected void checkOptionalField(String name, ASN1Encodable expected, ASN1Encodable present) in checkOptionalField() method in ASN1UnitTest
58 protected void checkOptionalField(String name, String expected, String present) in checkOptionalField() method in ASN1UnitTest
73 protected void checkOptionalField(String name, BigInteger expected, BigInteger present) in checkOptionalField() method in ASN1UnitTest
H A DLinkedCertificateTest.java88 checkOptionalField("certIssuer", certIssuer, linked.getCertIssuer()); in checkValues()
89 checkOptionalField("caCerts", caCerts, linked.getCACerts()); in checkValues()
H A DNameOrPseudonymUnitTest.java99 checkOptionalField("pseudonym", new DirectoryString(pseudonym), id.getPseudonym()); in checkValues()
/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/isismtt/test/
H A DProcurationSyntaxUnitTest.java97 checkOptionalField("country", country, procuration.getCountry()); in checkValues()
98checkOptionalField("typeOfSubstitution", typeOfSubstitution, procuration.getTypeOfSubstitution()); in checkValues()
99 checkOptionalField("thirdPerson", thirdPerson, procuration.getThirdPerson()); in checkValues()
100 checkOptionalField("certRef", certRef, procuration.getCertRef()); in checkValues()
H A DProfessionInfoUnitTest.java103 checkOptionalField("auth", auth, profInfo.getNamingAuthority()); in checkValues()
107checkOptionalField("professionOids", professionOids[0], profInfo.getProfessionOIDs()[0]); in checkValues()
109checkOptionalField("registrationNumber", registrationNumber, profInfo.getRegistrationNumber()); in checkValues()
110 checkOptionalField("addProfessionInfo", addProfInfo, profInfo.getAddProfessionInfo()); in checkValues()
H A DNamingAuthorityUnitTest.java90 checkOptionalField("namingAuthorityId", namingAuthorityId, auth.getNamingAuthorityId()); in checkValues()
91 checkOptionalField("namingAuthorityURL", namingAuthorityURL, auth.getNamingAuthorityUrl()); in checkValues()
92checkOptionalField("namingAuthorityText", namingAuthorityText, auth.getNamingAuthorityText()); in checkValues()
H A DDeclarationOfMajorityUnitTest.java74 checkOptionalField("dateOfBirth", dateOfBirth, decl.getDateOfBirth()); in checkValues()
/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/util/test/
H A DASN1UnitTest.java43 protected void checkOptionalField(String name, ASN1Encodable expected, ASN1Encodable present) in checkOptionalField() method in ASN1UnitTest
58 protected void checkOptionalField(String name, String expected, String present) in checkOptionalField() method in ASN1UnitTest
73 protected void checkOptionalField(String name, BigInteger expected, BigInteger present) in checkOptionalField() method in ASN1UnitTest
/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/ess/test/
H A DContentHintsUnitTest.java80 checkOptionalField("description", description, hints.getContentDescription()); in checkValues()
H A DOtherCertIDUnitTest.java90 checkOptionalField("issuerSerial", issuerSerial, certID.getIssuerSerial()); in checkValues()