Uses of Class
se.swedenconnect.security.algorithms.impl.SignatureAlgorithmImpl
-
Packages that use SignatureAlgorithmImpl Package Description se.swedenconnect.security.algorithms.impl 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 SignatureAlgorithmImpl Modifier and Type Class Description protected static classSignatureAlgorithmImpl.AbstractSignatureAlgorithmBuilder<T extends SignatureAlgorithmImpl,B extends SignatureAlgorithmImpl.AbstractSignatureAlgorithmBuilder<T,? extends AlgorithmBuilder<T>>>Abstract builder forSignatureAlgorithm.Subclasses of SignatureAlgorithmImpl in se.swedenconnect.security.algorithms.impl Modifier and Type Class Description classNoParamsRSAPSSSignatureAlgorithmHandles the special case where we represent RSA-PSS without any parameters.classRSAPSSSignatureAlgorithmImplImplementation class forRSAPSSSignatureAlgorithm.Methods in se.swedenconnect.security.algorithms.impl that return SignatureAlgorithmImpl Modifier and Type Method Description protected SignatureAlgorithmImplSignatureAlgorithmImpl.SignatureAlgorithmBuilder. createAlgorithm(String algorithmUri)Creates theAlgorithminstance.
-