Uses of Interface
se.swedenconnect.security.algorithms.JoseAlgorithm
Packages that use JoseAlgorithm
Package
Description
Algorithm registry and representations of differens algorithms
Implementation classes for the algorithm registry support.
-
Uses of JoseAlgorithm in se.swedenconnect.security.algorithms
Subinterfaces of JoseAlgorithm in se.swedenconnect.security.algorithmsModifier and TypeInterfaceDescriptioninterfaceRepresentation of a block encryption algorithm.interfaceBase interface for an encryption algorithm.interfaceRepresentation of a key transport algorithminterfaceRepresentation of a MAC algorithm.interfaceRepresentation of a RSA-PSS signature algorithm.interfaceRepresentation of a signature algorithm. -
Uses of JoseAlgorithm in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl that implement JoseAlgorithmModifier and TypeClassDescriptionclassAbstract base class for encryption algorithms.classAbstract implementation of anJoseAlgorithm.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.