Package org.bouncycastle.crypto
Interface SymmetricKey
-
- All Superinterfaces:
Key
- All Known Implementing Classes:
SymmetricSecretKey
public interface SymmetricKey extends Key
Interface describing a symmetric key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getKeyBytes()
Return the bytes associated with this key.-
Methods inherited from interface org.bouncycastle.crypto.Key
equals, getAlgorithm, hashCode
-
-