Home
last modified time | relevance | path

Searched refs:extFact (Results 1 – 2 of 2) sorted by relevance

/dports/java/bouncycastle15/crypto-169/pkix/src/test/jdk1.3/org/bouncycastle/cert/test/
H A DBcCertTest.java825 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in checkCRLCreation1() local
831 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation1()
908 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in checkCRLCreation2() local
912 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation2()
988 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in checkCRLCreation3() local
994 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation3()
1060 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation3()
1309 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in createPSSCert() local
1325 …certGen.addExtension(Extension.authorityKeyIdentifier, true, extFact.createAuthorityKeyIdentifier(… in createPSSCert()
/dports/java/bouncycastle15/crypto-169/pkix/src/test/java/org/bouncycastle/cert/test/
H A DBcCertTest.java918 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in checkCRLCreation1() local
924 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation1()
1001 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in checkCRLCreation2() local
1005 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation2()
1081 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in checkCRLCreation3() local
1087 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation3()
1153 …crlGen.addExtension(Extension.authorityKeyIdentifier, false, extFact.createAuthorityKeyIdentifier(… in checkCRLCreation3()
1402 BcX509ExtensionUtils extFact = new BcX509ExtensionUtils(new SHA1DigestCalculator()); in createPSSCert() local
1418 …certGen.addExtension(Extension.authorityKeyIdentifier, true, extFact.createAuthorityKeyIdentifier(… in createPSSCert()