Home
last modified time | relevance | path

Searched refs:checkMandatoryField (Results 1 – 17 of 17) sorted by relevance

/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/util/test/
H A DASN1UnitTest.java11 protected void checkMandatoryField(String name, ASN1Encodable expected, ASN1Encodable present) in checkMandatoryField() method in ASN1UnitTest
19 protected void checkMandatoryField(String name, String expected, String present) in checkMandatoryField() method in ASN1UnitTest
27 protected void checkMandatoryField(String name, byte[] expected, byte[] present) in checkMandatoryField() method in ASN1UnitTest
35 protected void checkMandatoryField(String name, int expected, int present) in checkMandatoryField() method in ASN1UnitTest
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/asn1/test/
H A DASN1UnitTest.java11 protected void checkMandatoryField(String name, ASN1Encodable expected, ASN1Encodable present) in checkMandatoryField() method in ASN1UnitTest
19 protected void checkMandatoryField(String name, String expected, String present) in checkMandatoryField() method in ASN1UnitTest
27 protected void checkMandatoryField(String name, byte[] expected, byte[] present) in checkMandatoryField() method in ASN1UnitTest
35 protected void checkMandatoryField(String name, int expected, int present) in checkMandatoryField() method in ASN1UnitTest
H A DNameOrPseudonymUnitTest.java94 checkMandatoryField("surname", surname, id.getSurname()); in checkValues()
95 checkMandatoryField("givenName", givenName, new DERSequence(id.getGivenName()[0])); in checkValues()
H A DLinkedCertificateTest.java86 checkMandatoryField("digest", digestInfo, linked.getDigest()); in checkValues()
87 checkMandatoryField("certLocatin", certLocation, linked.getCertLocation()); in checkValues()
H A DPersonalDataUnitTest.java108 checkMandatoryField("nameOrPseudonym", nameOrPseudonym, data.getNameOrPseudonym()); in checkValues()
/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/isismtt/test/
H A DMonetaryLimitUnitTest.java76 checkMandatoryField("currency", currency, limit.getCurrency()); in checkValues()
77 checkMandatoryField("amount", amount, limit.getAmount().intValue()); in checkValues()
78 checkMandatoryField("exponent", exponent, limit.getExponent().intValue()); in checkValues()
H A DRequestedCertificateUnitTest.java92 checkMandatoryField("certType", type, requested.getType()); in checkValues()
96 checkMandatoryField("certificate", cert.getEncoded(), requested.getCertificateBytes()); in checkValues()
100 checkMandatoryField("certificateOctets", certOctets, requested.getCertificateBytes()); in checkValues()
H A DCertHashUnitTest.java75 checkMandatoryField("algorithmHash", algId, certHash.getHashAlgorithm()); in checkValues()
77 checkMandatoryField("certificateHash", digest, certHash.getCertificateHash()); in checkValues()
H A DAdmissionsUnitTest.java78 checkMandatoryField("admissionAuthority", name, admissions.getAdmissionAuthority()); in checkValues()
79 checkMandatoryField("namingAuthority", auth, admissions.getNamingAuthority()); in checkValues()
H A DAdditionalInformationSyntaxUnitTest.java62 checkMandatoryField("information", information, syntax.getInformation()); in checkValues()
H A DRestrictionUnitTest.java63 checkMandatoryField("restriction", res, restriction.getRestriction()); in checkValues()
H A DDeclarationOfMajorityUnitTest.java73 checkMandatoryField("type", type, decl.getType()); in checkValues()
H A DAdmissionSyntaxUnitTest.java83 checkMandatoryField("admissionAuthority", authority, syntax.getAdmissionAuthority()); in checkValues()
H A DProfessionInfoUnitTest.java104checkMandatoryField("professionItems", professionItems[0], profInfo.getProfessionItems()[0]); in checkValues()
/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/ess/test/
H A DOtherCertIDUnitTest.java87 checkMandatoryField("algorithmHash", algId, certID.getAlgorithmHash()); in checkValues()
88 checkMandatoryField("certHash", digest, certID.getCertHash()); in checkValues()
H A DOtherSigningCertificateUnitTest.java79 checkMandatoryField("getCerts()[0]", otherCertID, otherCert.getCerts()[0]); in checkValues()
H A DContentHintsUnitTest.java79 checkMandatoryField("contentType", contentType, hints.getContentType()); in checkValues()