Uses of Class
se.swedenconnect.security.algorithms.impl.SignatureAlgorithmImpl
Packages that use SignatureAlgorithmImpl
Package
Description
Implementation classes for the algorithm registry support.
-
Uses of SignatureAlgorithmImpl in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl with type parameters of type SignatureAlgorithmImplModifier and TypeClassDescriptionprotected static class
SignatureAlgorithmImpl.AbstractSignatureAlgorithmBuilder<T extends SignatureAlgorithmImpl,
B extends SignatureAlgorithmImpl.AbstractSignatureAlgorithmBuilder<T, ? extends AlgorithmBuilder<T>>> Abstract builder forSignatureAlgorithm
.Subclasses of SignatureAlgorithmImpl in se.swedenconnect.security.algorithms.implModifier and TypeClassDescriptionclass
Handles the special case where we represent RSA-PSS without any parameters.class
Implementation class forRSAPSSSignatureAlgorithm
.Methods in se.swedenconnect.security.algorithms.impl that return SignatureAlgorithmImplModifier and TypeMethodDescriptionprotected SignatureAlgorithmImpl
SignatureAlgorithmImpl.SignatureAlgorithmBuilder.createAlgorithm
(String algorithmUri) Creates theAlgorithm
instance.