Interface BlockEncryptionAlgorithm
- All Superinterfaces:
Algorithm
,EncryptionAlgorithm
,JoseAlgorithm
,KeyBasedAlgorithm
- All Known Implementing Classes:
BlockEncryptionAlgorithmImpl
Representation of a block encryption algorithm.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the number of bits for the initialization vector (IV).default AlgorithmType
getType()
Gets the algorithm type.Methods inherited from interface se.swedenconnect.security.algorithms.Algorithm
getJcaName, getOrder, getUri, isBlacklisted
Methods inherited from interface se.swedenconnect.security.algorithms.EncryptionAlgorithm
getKeyLength
Methods inherited from interface se.swedenconnect.security.algorithms.JoseAlgorithm
getJoseAlgorithm
Methods inherited from interface se.swedenconnect.security.algorithms.KeyBasedAlgorithm
getKeyType