Uses of Interface
org.opensaml.xmlsec.algorithm.SignatureAlgorithm
-
Packages that use SignatureAlgorithm Package Description org.opensaml.xmlsec.algorithm Configuration and support classes for security algorithms.org.opensaml.xmlsec.algorithm.descriptors Algorithm descriptor classes. -
-
Uses of SignatureAlgorithm in org.opensaml.xmlsec.algorithm
Fields in org.opensaml.xmlsec.algorithm with type parameters of type SignatureAlgorithm Modifier and Type Field Description private Map<AlgorithmRegistry.SignatureAlgorithmIndex,SignatureAlgorithm>AlgorithmRegistry. signatureAlgorithmsIndex of (KeyType,DigestType) to AlgorithmDescriptor.Methods in org.opensaml.xmlsec.algorithm that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithmAlgorithmRegistry. 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 SignatureAlgorithm Modifier and Type Class Description classSignatureDSASHA1Algorithm descriptor for signature algorithm: DSA SHA-1.classSignatureDSASHA256Algorithm descriptor for signature algorithm: DSA SHA-1.classSignatureECDSASHA1Algorithm descriptor for signature algorithm: ECDSA SHA-1.classSignatureECDSASHA224Algorithm descriptor for signature algorithm: ECDSA SHA-256.classSignatureECDSASHA256Algorithm descriptor for signature algorithm: ECDSA SHA-256.classSignatureECDSASHA384Algorithm descriptor for signature algorithm: ECDSA SHA-384.classSignatureECDSASHA512Algorithm descriptor for signature algorithm: ECDSA SHA-512.classSignatureRSAMD5Algorithm descriptor for signature algorithm: RSA MD5.classSignatureRSARIPEMD160Algorithm descriptor for signature algorithm: RSA RIPEMD160.classSignatureRSASHA1Algorithm descriptor for signature algorithm: RSA SHA-1.classSignatureRSASHA224Algorithm descriptor for signature algorithm: RSA SHA-256.classSignatureRSASHA256Algorithm descriptor for signature algorithm: RSA SHA-256.classSignatureRSASHA384Algorithm descriptor for signature algorithm: RSA SHA-384.classSignatureRSASHA512Algorithm descriptor for signature algorithm: RSA SHA-512.
-