Uses of Package
se.swedenconnect.security.algorithms
-
Packages that use se.swedenconnect.security.algorithms Package Description se.swedenconnect.security.algorithms Algorithm registry and representations of differens algorithmsse.swedenconnect.security.algorithms.impl Implementation classes for the algorithm registry support. -
Classes in se.swedenconnect.security.algorithms used by se.swedenconnect.security.algorithms Class Description Algorithm Representation of an algorithm.AlgorithmIdentifierAware Interface that tells that anAlgorithminstance also represents an ASN.1AlgorithmIdentifier.AlgorithmRegistry Interface representing an algorithm registry.AlgorithmRegistrySingleton An singleton for easy access to theAlgorithmRegistry.AlgorithmType An enum for all algorithm types.EncryptionAlgorithm Base interface for an encryption algorithm.JoseAlgorithm An extension to theAlgorithminterface that also gives the JOSE representation of the algorithm.KeyBasedAlgorithm Extends theAlgorithminterface with information about the key type that is required for the algorithm.MessageDigestAlgorithm Representation of a message digest algorithm.SignatureAlgorithm Representation of a signature algorithm. -
Classes in se.swedenconnect.security.algorithms used by se.swedenconnect.security.algorithms.impl Class Description Algorithm Representation of an algorithm.AlgorithmIdentifierAware Interface that tells that anAlgorithminstance also represents an ASN.1AlgorithmIdentifier.AlgorithmRegistry Interface representing an algorithm registry.AlgorithmType An enum for all algorithm types.BlockEncryptionAlgorithm Representation of a block encryption algorithm.EncryptionAlgorithm Base interface for an encryption algorithm.JoseAlgorithm An extension to theAlgorithminterface that also gives the JOSE representation of the algorithm.KeyBasedAlgorithm Extends theAlgorithminterface with information about the key type that is required for the algorithm.KeyTransportAlgorithm Representation of a key transport algorithmMacAlgorithm Representation of a MAC algorithm.MessageDigestAlgorithm Representation of a message digest algorithm.RSAPSSSignatureAlgorithm Representation of a RSA-PSS signature algorithm.SignatureAlgorithm Representation of a signature algorithm.