Uses of Class
se.swedenconnect.security.algorithms.AlgorithmType
-
Packages that use AlgorithmType Package Description se.swedenconnect.security.algorithms Algorithm registry and representations of differens algorithmsse.swedenconnect.security.algorithms.impl Implementation classes for the algorithm registry support. -
-
Uses of AlgorithmType in se.swedenconnect.security.algorithms
Methods in se.swedenconnect.security.algorithms that return AlgorithmType Modifier and Type Method Description AlgorithmTypeAlgorithm. getType()Gets the algorithm type.default AlgorithmTypeBlockEncryptionAlgorithm. getType()Gets the algorithm type.default AlgorithmTypeKeyTransportAlgorithm. getType()Gets the algorithm type.default AlgorithmTypeMacAlgorithm. getType()Gets the algorithm type.default AlgorithmTypeMessageDigestAlgorithm. getType()Gets the algorithm type.default AlgorithmTypeSignatureAlgorithm. getType()Gets the algorithm type.static AlgorithmTypeAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmType[]AlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in se.swedenconnect.security.algorithms with parameters of type AlgorithmType Modifier and Type Method Description static Predicate<Algorithm>AlgorithmPredicates. fromType(AlgorithmType type)Predicate for finding an algorithm based on its type. -
Uses of AlgorithmType in se.swedenconnect.security.algorithms.impl
Methods in se.swedenconnect.security.algorithms.impl that return AlgorithmType Modifier and Type Method Description AlgorithmTypeSymmetricKeyWrapImpl. getType()Gets the algorithm type.
-