|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.jce.provider.DSAUtil
public class DSAUtil
utility class for converting jce/jca DSA objects objects into their org.bouncycastle.crypto counterparts.
| Constructor Summary | |
|---|---|
DSAUtil()
|
|
| Method Summary | |
|---|---|
static AsymmetricKeyParameter |
generatePrivateKeyParameter(java.security.PrivateKey key)
|
static AsymmetricKeyParameter |
generatePublicKeyParameter(java.security.PublicKey key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DSAUtil()
| Method Detail |
|---|
public static AsymmetricKeyParameter generatePublicKeyParameter(java.security.PublicKey key)
throws java.security.InvalidKeyException
java.security.InvalidKeyException
public static AsymmetricKeyParameter generatePrivateKeyParameter(java.security.PrivateKey key)
throws java.security.InvalidKeyException
java.security.InvalidKeyException
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||