public class PSSParameterSpec extends Object implements AlgorithmParameterSpec
AlgorithmParameterSpec,
Signature| Constructor and Description |
|---|
PSSParameterSpec(int saltLen)
Creates a new
PSSParameterSpec
given the salt length as defined in PKCS#1. |
public PSSParameterSpec(int saltLen)
PSSParameterSpec
given the salt length as defined in PKCS#1.saltLen - the length of salt in bits to be used in PKCS#1
PSS encoding.IllegalArgumentException - if saltLen is
less than 0.Copyright © 2012 CableLabs. All Rights Reserved.