Searched refs:pssP (Results 1 – 1 of 1) sorted by relevance
184 …RSASSAPSSparams pssP = new RSASSAPSSparams(hashAlgorithm, maskGenAlgorithm, new ASN1Integer(pssSpe… in engineGetEncoded() local186 return pssP.getEncoded("DER"); in engineGetEncoded()232 RSASSAPSSparams pssP = RSASSAPSSparams.getInstance(params); in engineInit() local234 … if (!pssP.getMaskGenAlgorithm().getAlgorithm().equals(PKCSObjectIdentifiers.id_mgf1)) in engineInit()236 …throw new IOException("unknown mask generation function: " + pssP.getMaskGenAlgorithm().getAlgorit… in engineInit()240 … MessageDigestUtils.getDigestName(pssP.getHashAlgorithm().getAlgorithm()), in engineInit()242 …eterSpec(MessageDigestUtils.getDigestName(AlgorithmIdentifier.getInstance(pssP.getMaskGenAlgorithm… in engineInit()243 pssP.getSaltLength().intValue(), in engineInit()244 pssP.getTrailerField().intValue()); in engineInit()