Searched refs:ealg (Results 1 – 2 of 2) sorted by relevance
145 public void setEncryptionAlgorithm(String ealg) throws ParseException { in setEncryptionAlgorithm() argument146 if (ealg == null) in setEncryptionAlgorithm()151 setParameter(ParameterNamesIms.EALG, ealg); in setEncryptionAlgorithm()
64 public void setEncryptionAlgorithm(String ealg) throws ParseException; in setEncryptionAlgorithm() argument