Package org.bouncycastle.crypto.internal
Class ValidatedSymmetricKey
- java.lang.Object
-
- org.bouncycastle.crypto.internal.ValidatedSymmetricKey
-
public class ValidatedSymmetricKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValidatedSymmetricKey(Algorithm algorithm, byte[] keyBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Algorithm
getAlgorithm()
byte[]
getKeyBytes()
int
getKeySizeInBits()
-