|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.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.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.