Interface KeyTransportAlgorithm
-
- All Superinterfaces:
Algorithm,JoseAlgorithm,KeyBasedAlgorithm
- All Known Implementing Classes:
KeyTransportAlgorithmImpl
public interface KeyTransportAlgorithm extends KeyBasedAlgorithm, JoseAlgorithm
Representation of a key transport algorithm
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AlgorithmTypegetType()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.JoseAlgorithm
getJoseAlgorithm
-
Methods inherited from interface se.swedenconnect.security.algorithms.KeyBasedAlgorithm
getKeyType
-
-
-
-
Method Detail
-
getType
default AlgorithmType getType()
Gets the algorithm type.
-
-