|
JSS 3.1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.crypto.Algorithm | +--org.mozilla.jss.crypto.KeyPairAlgorithm
Algorithms that can be used for keypair generation.
Field Summary | |
protected Algorithm |
algFamily
|
static KeyPairAlgorithm |
DSA
|
static Algorithm |
DSAFamily
|
static KeyPairAlgorithm |
RSA
|
static Algorithm |
RSAFamily
|
Constructor Summary | |
protected |
KeyPairAlgorithm(int oidIndex,
java.lang.String name,
Algorithm algFamily)
|
Method Summary | |
Algorithm |
getAlgFamily()
Returns the algorithm family for a given key pair generation algorithm. |
Methods inherited from class org.mozilla.jss.crypto.Algorithm |
getParameterClass, toOID, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected Algorithm algFamily
public static final Algorithm RSAFamily
public static final Algorithm DSAFamily
public static final KeyPairAlgorithm RSA
public static final KeyPairAlgorithm DSA
Constructor Detail |
protected KeyPairAlgorithm(int oidIndex, java.lang.String name, Algorithm algFamily)
Method Detail |
public Algorithm getAlgFamily()
|
JSS 3.1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |