Class KeyScheduleEpoch.ExternalInitParams

java.lang.Object
org.bouncycastle.mls.KeyScheduleEpoch.ExternalInitParams
Enclosing class:
KeyScheduleEpoch

public static class KeyScheduleEpoch.ExternalInitParams extends Object
  • Field Details

    • kemOutput

      public byte[] kemOutput
    • initSecret

      public Secret initSecret
  • Constructor Details

    • ExternalInitParams

      public ExternalInitParams(MlsCipherSuite suite, org.bouncycastle.crypto.params.AsymmetricKeyParameter externalPub)
  • Method Details

    • getInitSecret

      public Secret getInitSecret()
    • getKEMOutput

      public byte[] getKEMOutput()