Uses of Interface
se.swedenconnect.security.algorithms.KeyBasedAlgorithm
-
Packages that use KeyBasedAlgorithm Package Description se.swedenconnect.security.algorithms Algorithm registry and representations of differens algorithmsse.swedenconnect.security.algorithms.impl Implementation classes for the algorithm registry support. -
-
Uses of KeyBasedAlgorithm in se.swedenconnect.security.algorithms
Subinterfaces of KeyBasedAlgorithm in se.swedenconnect.security.algorithms Modifier and Type Interface Description interfaceBlockEncryptionAlgorithmRepresentation of a block encryption algorithm.interfaceEncryptionAlgorithmBase interface for an encryption algorithm.interfaceKeyTransportAlgorithmRepresentation of a key transport algorithminterfaceRSAPSSSignatureAlgorithmRepresentation of a RSA-PSS signature algorithm.interfaceSignatureAlgorithmRepresentation of a signature algorithm. -
Uses of KeyBasedAlgorithm in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl that implement KeyBasedAlgorithm Modifier and Type Class Description classAbstractEncryptionAlgorithmAbstract base class for encryption algorithms.classAbstractKeyBasedAlgorithmAbstract implementation of anKeyBasedAlgorithm.classBlockEncryptionAlgorithmImplImplementation class forBlockEncryptionAlgorithm.classKeyTransportAlgorithmImplImplementation class forKeyTransportAlgorithm.classNoParamsRSAPSSSignatureAlgorithmHandles the special case where we represent RSA-PSS without any parameters.classRSAPSSSignatureAlgorithmImplImplementation class forRSAPSSSignatureAlgorithm.classSignatureAlgorithmImplImplementation class forSignatureAlgorithm.classSymmetricKeyWrapImplImplementation class for symmetric key wrap algorithms.
-