| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.security.spec.PSSParameterSpec
This class specifies a parameter spec for RSA PSS encoding scheme, as defined in the PKCS#1 v2.1.
AlgorithmParameterSpec, 
Signature| Constructor Summary | |
PSSParameterSpec(int saltLen)
Creates a new PSSParameterSpec
 given the salt length as defined in PKCS#1. | 
|
| Method Summary | |
 int | 
getSaltLength()
Returns the salt length in bits.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
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.| Method Detail | 
public int getSaltLength()
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.