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

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

public class AsymmetricKeyParameter
extends java.lang.Object
implements CipherParameters


Field Summary
(package private)  boolean privateKey
           
 
Constructor Summary
AsymmetricKeyParameter(boolean privateKey)
           
 
Method Summary
 boolean isPrivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

privateKey

boolean privateKey
Constructor Detail

AsymmetricKeyParameter

public AsymmetricKeyParameter(boolean privateKey)
Method Detail

isPrivate

public boolean isPrivate()


Copyright © 2013 Gamma Technologies. All Rights Reserved.