Interface EncryptionAlgorithm
- All Superinterfaces:
Algorithm,JoseAlgorithm,KeyBasedAlgorithm
- All Known Subinterfaces:
BlockEncryptionAlgorithm
- All Known Implementing Classes:
AbstractEncryptionAlgorithm,BlockEncryptionAlgorithmImpl,SymmetricKeyWrapImpl
Base interface for an encryption algorithm.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Methods inherited from interface se.swedenconnect.security.algorithms.Algorithm
getJcaName, getOrder, getType, getUri, isBlacklistedMethods inherited from interface se.swedenconnect.security.algorithms.JoseAlgorithm
getJoseAlgorithmMethods inherited from interface se.swedenconnect.security.algorithms.KeyBasedAlgorithm
getKeyType
-
Method Details
-
getKeyLength
int getKeyLength()Gets the key length in bits.- Returns:
- the key length
-