Uses of Class
se.swedenconnect.security.algorithms.impl.AbstractJoseAlgorithm
Packages that use AbstractJoseAlgorithm
Package
Description
Implementation classes for the algorithm registry support.
-
Uses of AbstractJoseAlgorithm in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl with type parameters of type AbstractJoseAlgorithmModifier and TypeClassDescriptionprotected static class
AbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder<T extends AbstractJoseAlgorithm,
B extends AbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder<T, ? extends AlgorithmBuilder<T>>> Abstract builder forJoseAlgorithm
objects.Subclasses of AbstractJoseAlgorithm in se.swedenconnect.security.algorithms.implModifier and TypeClassDescriptionclass
Abstract base class for encryption algorithms.class
Abstract implementation of anKeyBasedAlgorithm
.class
Implementation class forBlockEncryptionAlgorithm
.class
Implementation class forKeyTransportAlgorithm
.class
Implementation class forMacAlgorithm
.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.