Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.params
Class BLSParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.BLSParameters

public class BLSParameters
extends java.lang.Object

Family identifier for BLS signature schemes — currently the BLS12-381 pairing-friendly curve from .


Field Summary
static BLSParameters bls12_381
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bls12_381

public static final BLSParameters bls12_381
Method Detail

getName

public java.lang.String getName()

Bouncy Castle Cryptography Library 1.85