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 TypeMethodDescriptionintGets the number of bits for the initialization vector (IV).default AlgorithmTypegetType()Gets the algorithm type.Methods inherited from interface se.swedenconnect.security.algorithms.Algorithm
getJcaName, getOrder, getUri, isBlacklistedMethods inherited from interface se.swedenconnect.security.algorithms.EncryptionAlgorithm
getKeyLengthMethods inherited from interface se.swedenconnect.security.algorithms.JoseAlgorithm
getJoseAlgorithmMethods inherited from interface se.swedenconnect.security.algorithms.KeyBasedAlgorithm
getKeyType