Uses of Interface
se.swedenconnect.security.algorithms.AlgorithmIdentifierAware
-
Packages that use AlgorithmIdentifierAware 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 AlgorithmIdentifierAware in se.swedenconnect.security.algorithms
Subinterfaces of AlgorithmIdentifierAware in se.swedenconnect.security.algorithms Modifier and Type Interface Description interfaceMessageDigestAlgorithmRepresentation of a message digest algorithm.interfaceRSAPSSSignatureAlgorithmRepresentation of a RSA-PSS signature algorithm.interfaceSignatureAlgorithmRepresentation of a signature algorithm. -
Uses of AlgorithmIdentifierAware in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl that implement AlgorithmIdentifierAware Modifier and Type Class Description classMessageDigestAlgorithmImplImplementation class for theMessageDigestAlgorithm.classNoParamsRSAPSSSignatureAlgorithmHandles the special case where we represent RSA-PSS without any parameters.classRSAPSSSignatureAlgorithmImplImplementation class forRSAPSSSignatureAlgorithm.classSignatureAlgorithmImplImplementation class forSignatureAlgorithm.
-