kz.gamma.hardware.crypto.software.param
Class ECPublicKeyParameters

java.lang.Object
  extended by kz.gamma.hardware.crypto.software.param.AsymmetricKeyParameter
      extended by kz.gamma.hardware.crypto.software.param.ECKeyParameters
          extended by kz.gamma.hardware.crypto.software.param.ECPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class ECPublicKeyParameters
extends ECKeyParameters


Field Summary
(package private)  ECPoint Q
           
 
Fields inherited from class kz.gamma.hardware.crypto.software.param.ECKeyParameters
params
 
Fields inherited from class kz.gamma.hardware.crypto.software.param.AsymmetricKeyParameter
privateKey
 
Constructor Summary
ECPublicKeyParameters(ECPoint Q, ECDomainParameters params)
           
 
Method Summary
 ECPoint getQ()
           
 
Methods inherited from class kz.gamma.hardware.crypto.software.param.ECKeyParameters
getParameters
 
Methods inherited from class kz.gamma.hardware.crypto.software.param.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Q

ECPoint Q
Constructor Detail

ECPublicKeyParameters

public ECPublicKeyParameters(ECPoint Q,
                             ECDomainParameters params)
Method Detail

getQ

public ECPoint getQ()


Copyright © 2013 Gamma Technologies. All Rights Reserved.