Uses of Interface
se.swedenconnect.security.algorithms.KeyBasedAlgorithm
Packages that use KeyBasedAlgorithm
Package
Description
Algorithm registry and representations of differens algorithms
Implementation classes for the algorithm registry support.
-
Uses of KeyBasedAlgorithm in se.swedenconnect.security.algorithms
Subinterfaces of KeyBasedAlgorithm in se.swedenconnect.security.algorithmsModifier and TypeInterfaceDescriptioninterface
Representation of a block encryption algorithm.interface
Base interface for an encryption algorithm.interface
Representation of a key transport algorithminterface
Representation of a RSA-PSS signature algorithm.interface
Representation of a signature algorithm. -
Uses of KeyBasedAlgorithm in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl that implement KeyBasedAlgorithmModifier and TypeClassDescriptionclass
Abstract base class for encryption algorithms.class
Abstract implementation of anKeyBasedAlgorithm
.class
Implementation class forBlockEncryptionAlgorithm
.class
Implementation class forKeyTransportAlgorithm
.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.