Searched refs:pSourceAlgorithm (Results 1 – 2 of 2) sorted by relevance
20 private AlgorithmIdentifier pSourceAlgorithm; field in RSAESOAEPparams48 pSourceAlgorithm = DEFAULT_P_SOURCE_ALGORITHM; in RSAESOAEPparams()54 AlgorithmIdentifier pSourceAlgorithm) in RSAESOAEPparams() argument58 this.pSourceAlgorithm = pSourceAlgorithm; in RSAESOAEPparams()70 pSourceAlgorithm = DEFAULT_P_SOURCE_ALGORITHM; in RSAESOAEPparams()85 pSourceAlgorithm = AlgorithmIdentifier.getInstance(o, true); in RSAESOAEPparams()105 return pSourceAlgorithm; in getPSourceAlgorithm()148 if (!pSourceAlgorithm.equals(DEFAULT_P_SOURCE_ALGORITHM)) in toASN1Primitive()150 v.add(new DERTaggedObject(true, 2, pSourceAlgorithm)); in toASN1Primitive()
65 AlgorithmIdentifier pSourceAlgorithm = new AlgorithmIdentifier( in engineGetEncoded() local67 … RSAESOAEPparams oaepP = new RSAESOAEPparams(hashAlgorithm, maskGenAlgorithm, pSourceAlgorithm); in engineGetEncoded()