|
Bouncy Castle Cryptography 1.11 API Specification: Class ECPublicKeyParameters
org.bouncycastle.crypto.params
Class ECPublicKeyParameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.AsymmetricKeyParameter
|
+--org.bouncycastle.crypto.params.ECKeyParameters
|
+--org.bouncycastle.crypto.params.ECPublicKeyParameters
- All Implemented Interfaces:
- CipherParameters
- public class ECPublicKeyParameters
- extends ECKeyParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECPublicKeyParameters
public ECPublicKeyParameters(ECPoint Q,
ECDomainParameters params)
getQ
public ECPoint getQ()
|