Class ValidatedSymmetricKey

java.lang.Object
org.bouncycastle.crypto.internal.ValidatedSymmetricKey

public class ValidatedSymmetricKey extends Object
  • Constructor Details

    • ValidatedSymmetricKey

      public ValidatedSymmetricKey(Algorithm algorithm, byte[] keyBytes)
  • Method Details

    • getAlgorithm

      public Algorithm getAlgorithm()
    • getKeyBytes

      public byte[] getKeyBytes()
    • getKeySizeInBits

      public int getKeySizeInBits()