Interface EncryptionAlgorithm
-
- All Superinterfaces:
Algorithm,JoseAlgorithm,KeyBasedAlgorithm
- All Known Subinterfaces:
BlockEncryptionAlgorithm
- All Known Implementing Classes:
AbstractEncryptionAlgorithm,BlockEncryptionAlgorithmImpl,SymmetricKeyWrapImpl
public interface EncryptionAlgorithm extends KeyBasedAlgorithm, JoseAlgorithm
Base interface for an encryption algorithm.- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetKeyLength()Gets the key length in bits.-
Methods inherited from interface se.swedenconnect.security.algorithms.Algorithm
getJcaName, getOrder, getType, getUri, isBlacklisted
-
Methods inherited from interface se.swedenconnect.security.algorithms.JoseAlgorithm
getJoseAlgorithm
-
Methods inherited from interface se.swedenconnect.security.algorithms.KeyBasedAlgorithm
getKeyType
-
-