Uses of Package
org.opensaml.xmlsec.algorithm
-
Packages that use org.opensaml.xmlsec.algorithm Package Description org.opensaml.xmlsec.algorithm Configuration and support classes for security algorithms.org.opensaml.xmlsec.algorithm.descriptors Algorithm descriptor classes. -
Classes in org.opensaml.xmlsec.algorithm used by org.opensaml.xmlsec.algorithm Class Description AlgorithmDescriptor An interface for components which describe an algorithm identified by an algorithm URI.AlgorithmDescriptor.AlgorithmType Algorithm descriptor types.AlgorithmRegistry A registry ofAlgorithmDescriptor
instances, to support various use cases for working with algorithm URIs.AlgorithmRegistry.SignatureAlgorithmIndex Class used as index key for signature algorithm lookup.DigestAlgorithm Interface for digest algorithm descriptors.KeyLengthSpecifiedAlgorithm Interface for algorithm descriptors which specify a key length.KeySpecifiedAlgorithm Interface for algorithm descriptors which specify a key type.SignatureAlgorithm Interface for signature algorithm descriptors. -
Classes in org.opensaml.xmlsec.algorithm used by org.opensaml.xmlsec.algorithm.descriptors Class Description AlgorithmDescriptor An interface for components which describe an algorithm identified by an algorithm URI.AlgorithmDescriptor.AlgorithmType Algorithm descriptor types.BlockEncryptionAlgorithm Interface for block encryption algorithm descriptors.DigestAlgorithm Interface for digest algorithm descriptors.KeyLengthSpecifiedAlgorithm Interface for algorithm descriptors which specify a key length.KeySpecifiedAlgorithm Interface for algorithm descriptors which specify a key type.KeyTransportAlgorithm Interface for key transport algorithm descriptors.MACAlgorithm Interface for message authentication code (MAC) algorithm descriptors.SignatureAlgorithm Interface for signature algorithm descriptors.SymmetricKeyWrapAlgorithm Interface for symmetric key wrap algorithm descriptors.