Class SmaugTPrivateKeyParameters

All Implemented Interfaces:
CipherParameters

public class SmaugTPrivateKeyParameters extends SmaugTKeyParameters
Lightweight private key parameters for SMAUG-T. Wraps the raw encoded private key bytes produced by SmaugTKeyPairGenerator for the parameter set carried on the superclass.
  • Constructor Details

    • SmaugTPrivateKeyParameters

      public SmaugTPrivateKeyParameters(SmaugTParameters params, byte[] privateKey)
  • Method Details

    • getPrivateKey

      public byte[] getPrivateKey()
    • getEncoded

      public byte[] getEncoded()