Uses of Interface
org.opensaml.xmlsec.algorithm.SignatureAlgorithm
Packages that use SignatureAlgorithm
Package
Description
Configuration and support classes for security algorithms.
Algorithm descriptor classes.
-
Uses of SignatureAlgorithm in org.opensaml.xmlsec.algorithm
Fields in org.opensaml.xmlsec.algorithm with type parameters of type SignatureAlgorithmModifier and TypeFieldDescriptionAlgorithmRegistry.signatureAlgorithmsIndex of (KeyType,DigestType) to AlgorithmDescriptor.Methods in org.opensaml.xmlsec.algorithm that return SignatureAlgorithmModifier and TypeMethodDescriptionAlgorithmRegistry.getSignatureAlgorithm(String keyType, String digestMethod) Lookup a signature algorithm descriptor by the JCA key algorithm and digest method IDs. -
Uses of SignatureAlgorithm in org.opensaml.xmlsec.algorithm.descriptors
Classes in org.opensaml.xmlsec.algorithm.descriptors that implement SignatureAlgorithmModifier and TypeClassDescriptionfinal classAlgorithm descriptor for signature algorithm: DSA SHA-1.final classAlgorithm descriptor for signature algorithm: DSA SHA-1.final classAlgorithm descriptor for signature algorithm: ECDSA SHA-1.final classAlgorithm descriptor for signature algorithm: ECDSA SHA-256.final classAlgorithm descriptor for signature algorithm: ECDSA SHA-256.final classAlgorithm descriptor for signature algorithm: ECDSA SHA-384.final classAlgorithm descriptor for signature algorithm: ECDSA SHA-512.final classAlgorithm descriptor for signature algorithm: RSA MD5.final classAlgorithm descriptor for signature algorithm: RSA RIPEMD160.final classAlgorithm descriptor for signature algorithm: RSA SHA-1.final classAlgorithm descriptor for signature algorithm: RSA SHA-256.final classAlgorithm descriptor for signature algorithm: RSA SHA-256.final classAlgorithm descriptor for signature algorithm: RSA SHA-384.final classAlgorithm descriptor for signature algorithm: RSA SHA-512.