Searched refs:cAlgId (Results 1 – 1 of 1) sorted by relevance
1374 … AlgorithmIdentifier cAlgId = new AlgorithmIdentifier(certAlgorithm, cParams.toASN1Primitive()); in doStore() local1593 byte[] certBytes = cryptData(true, cAlgId, password, false, certSeqEncoded); in doStore()1594 EncryptedData cInfo = new EncryptedData(data, cAlgId, new BEROctetString(certBytes)); in doStore()