Uses of Class
se.swedenconnect.security.algorithms.impl.BlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilder
-
Packages that use BlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilder Package Description se.swedenconnect.security.algorithms.impl Implementation classes for the algorithm registry support. -
-
Uses of BlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilder in se.swedenconnect.security.algorithms.impl
Methods in se.swedenconnect.security.algorithms.impl that return BlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilder Modifier and Type Method Description static BlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilderBlockEncryptionAlgorithmImpl. builder(String uri)Creates a builder.protected BlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilderBlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilder. getBuilder()Gets the current builder instance.BlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilderBlockEncryptionAlgorithmImpl.BlockEncryptionAlgorithmBuilder. ivLength(int ivLength)Assigns the IV length.
-