Class KeyGeneration

java.lang.Object
org.bouncycastle.mls.KeyGeneration

public class KeyGeneration extends Object
  • Field Details

    • generation

      public final int generation
    • key

      public final byte[] key
    • nonce

      public final byte[] nonce
  • Constructor Details

    • KeyGeneration

      public KeyGeneration(int generation, Secret key, Secret nonce)
  • Method Details