Class GOST3410KeyParameters

java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.GOST3410KeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
GOST3410PrivateKeyParameters, GOST3410PublicKeyParameters

public class GOST3410KeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • GOST3410KeyParameters

      public GOST3410KeyParameters(boolean isPrivate, GOST3410Parameters params)
  • Method Details