Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.params
Class BLSKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.crypto.params.BLSKeyParameters
All Implemented Interfaces:
CipherParameters

public class BLSKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
BLSKeyParameters(boolean isPrivate, BLSParameters params)
           
 
Method Summary
 BLSParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BLSKeyParameters

public BLSKeyParameters(boolean isPrivate,
                        BLSParameters params)
Method Detail

getParameters

public BLSParameters getParameters()

Bouncy Castle Cryptography Library 1.85