Searched defs:algParams (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateListTest.java59 private static byte[] algParams = {1, 1, 0}; // DER boolean false encoding field in class:CertificateListTest
63 signature = new AlgorithmIdentifier(algOID, algParams);
159 new AlgorithmIdentifier(algOID, algParams);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CRLImplTest.java78 private static byte[] algParams = {1, 1, 0}; field in class:X509CRLImplTest
82 signature = new AlgorithmIdentifier(algOID, algParams);
456 if (!Arrays.equals(algParams, crl.getSigAlgParams())) {
H A DX509CertImplTest.java99 byte[] algParams = {1, 1, 0}; field in class:X509CertImplTest
268 new AlgorithmIdentifier(algOID, algParams);
515 if (!Arrays.equals(algParams, certificate.getSigAlgParams())) {
H A DX509CertFactoryPerfTest.java74 static byte[] algParams = {1, 1, 0}; field in class:X509CertFactoryPerfTest
242 new AlgorithmIdentifier(algOID, algParams);
585 if (!Arrays.equals(algParams, certificate.getSigAlgParams())) {

Completed in 84 milliseconds