Uses of Class
se.swedenconnect.security.algorithms.impl.AbstractAlgorithm
Packages that use AbstractAlgorithm
Package
Description
Implementation classes for the algorithm registry support.
-
Uses of AbstractAlgorithm in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl with type parameters of type AbstractAlgorithmModifier and TypeClassDescriptionprotected static class
AbstractAlgorithm.AbstractAlgorithmBuilder<T extends AbstractAlgorithm,
B extends AlgorithmBuilder<T>> Abstract builder for creatingAlgorithm
objects.Subclasses of AbstractAlgorithm in se.swedenconnect.security.algorithms.implModifier and TypeClassDescriptionclass
Abstract base class for encryption algorithms.class
Abstract implementation of anJoseAlgorithm
.class
Abstract implementation of anKeyBasedAlgorithm
.class
Implementation class forBlockEncryptionAlgorithm
.class
Implementation class forKeyTransportAlgorithm
.class
Implementation class forMacAlgorithm
.class
Implementation class for theMessageDigestAlgorithm
.class
Handles the special case where we represent RSA-PSS without any parameters.class
Implementation class forRSAPSSSignatureAlgorithm
.class
Implementation class forSignatureAlgorithm
.class
Implementation class for symmetric key wrap algorithms.