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 TypeInterfaceDescriptioninterfaceRepresentation of a block encryption algorithm.interfaceBase interface for an encryption algorithm.interfaceRepresentation of a key transport algorithminterfaceRepresentation of a RSA-PSS signature algorithm.interfaceRepresentation of a signature algorithm. -
Uses of KeyBasedAlgorithm in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl that implement KeyBasedAlgorithmModifier and TypeClassDescriptionclassAbstract base class for encryption algorithms.classAbstract implementation of anKeyBasedAlgorithm.classImplementation class forBlockEncryptionAlgorithm.classImplementation class forKeyTransportAlgorithm.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.