|
Bouncy Castle Cryptography 1.11 API Specification: Class DSAUtil
org.bouncycastle.jce.provider
Class DSAUtil
java.lang.Object
|
+--org.bouncycastle.jce.provider.DSAUtil
- public class DSAUtil
- extends java.lang.Object
utility class for converting jce/jca DSA objects
objects into their org.bouncycastle.crypto counterparts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAUtil
public DSAUtil()
generatePublicKeyParameter
public static AsymmetricKeyParameter generatePublicKeyParameter(java.security.PublicKey key)
throws java.security.InvalidKeyException
generatePrivateKeyParameter
public static AsymmetricKeyParameter generatePrivateKeyParameter(java.security.PrivateKey key)
throws java.security.InvalidKeyException
|