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 classAbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder<T extends AbstractJoseAlgorithm,B extends AbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder<T, ? extends AlgorithmBuilder<T>>> Abstract builder forJoseAlgorithmobjects.Subclasses of AbstractJoseAlgorithm in se.swedenconnect.security.algorithms.implModifier and TypeClassDescriptionclassAbstract base class for encryption algorithms.classAbstract implementation of anKeyBasedAlgorithm.classImplementation class forBlockEncryptionAlgorithm.classImplementation class forKeyTransportAlgorithm.classImplementation class forMacAlgorithm.classHandles the special case where we represent RSA-PSS without any parameters.classImplementation class forRSAPSSSignatureAlgorithm.classImplementation class forSignatureAlgorithm.classImplementation class for symmetric key wrap algorithms.