Class BLSKeyParameters

java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.BLSKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
BLSPrivateKeyParameters, BLSPublicKeyParameters

public class BLSKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • BLSKeyParameters

      public BLSKeyParameters(boolean isPrivate, BLSParameters params)
  • Method Details