Uses of Class
se.swedenconnect.security.algorithms.impl.AbstractEncryptionAlgorithm
Packages that use AbstractEncryptionAlgorithm
Package
Description
Implementation classes for the algorithm registry support.
-
Uses of AbstractEncryptionAlgorithm in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl with type parameters of type AbstractEncryptionAlgorithmModifier and TypeClassDescriptionprotected static class
AbstractEncryptionAlgorithm.AbstractEncryptionAlgorithmBuilder<T extends AbstractEncryptionAlgorithm,
B extends AbstractEncryptionAlgorithm.AbstractEncryptionAlgorithmBuilder<T, ? extends AlgorithmBuilder<T>>> Abstract builder forEncryptionAlgorithm
objects.Subclasses of AbstractEncryptionAlgorithm in se.swedenconnect.security.algorithms.implModifier and TypeClassDescriptionclass
Implementation class forBlockEncryptionAlgorithm
.class
Implementation class for symmetric key wrap algorithms.