Uses of Enum Class
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
Packages that use AlgorithmDescriptor.AlgorithmType
Package
Description
Configuration and support classes for security algorithms.
Algorithm descriptor classes.
-
Uses of AlgorithmDescriptor.AlgorithmType in org.opensaml.xmlsec.algorithm
Fields in org.opensaml.xmlsec.algorithm with type parameters of type AlgorithmDescriptor.AlgorithmTypeModifier and TypeFieldDescriptionprivate Map<AlgorithmDescriptor.AlgorithmType,Set<String>> AlgorithmRegistry.typesIndex of registered AlgorithmType to algorithm URI.Methods in org.opensaml.xmlsec.algorithm that return AlgorithmDescriptor.AlgorithmTypeModifier and TypeMethodDescriptionAlgorithmDescriptor.getType()Get the algorithm URI's fundamental type.Returns the enum constant of this class with the specified name.static AlgorithmDescriptor.AlgorithmType[]AlgorithmDescriptor.AlgorithmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.xmlsec.algorithm with parameters of type AlgorithmDescriptor.AlgorithmTypeModifier and TypeMethodDescriptionAlgorithmRegistry.getRegisteredByType(AlgorithmDescriptor.AlgorithmType type) Get the set ofAlgorithmDescriptorregistered for the given type.AlgorithmRegistry.getRegisteredURIsByType(AlgorithmDescriptor.AlgorithmType type) Get the set of algorithm URIs registered for the given type. -
Uses of AlgorithmDescriptor.AlgorithmType in org.opensaml.xmlsec.algorithm.descriptors
Methods in org.opensaml.xmlsec.algorithm.descriptors that return AlgorithmDescriptor.AlgorithmTypeModifier and TypeMethodDescriptionBlockEncryptionAES128CBC.getType()Get the algorithm URI's fundamental type.BlockEncryptionAES128GCM.getType()Get the algorithm URI's fundamental type.BlockEncryptionAES192CBC.getType()Get the algorithm URI's fundamental type.BlockEncryptionAES192GCM.getType()Get the algorithm URI's fundamental type.BlockEncryptionAES256CBC.getType()Get the algorithm URI's fundamental type.BlockEncryptionAES256GCM.getType()Get the algorithm URI's fundamental type.BlockEncryptionDESede.getType()Get the algorithm URI's fundamental type.DigestMD5.getType()Get the algorithm URI's fundamental type.DigestRIPEMD160.getType()Get the algorithm URI's fundamental type.DigestSHA1.getType()Get the algorithm URI's fundamental type.DigestSHA224.getType()Get the algorithm URI's fundamental type.DigestSHA256.getType()Get the algorithm URI's fundamental type.DigestSHA3_224.getType()Get the algorithm URI's fundamental type.DigestSHA3_256.getType()Get the algorithm URI's fundamental type.DigestSHA3_384.getType()Get the algorithm URI's fundamental type.DigestSHA3_512.getType()Get the algorithm URI's fundamental type.DigestSHA384.getType()Get the algorithm URI's fundamental type.DigestSHA512.getType()Get the algorithm URI's fundamental type.HMACMD5.getType()Get the algorithm URI's fundamental type.HMACRIPEMD160.getType()Get the algorithm URI's fundamental type.HMACSHA1.getType()Get the algorithm URI's fundamental type.HMACSHA224.getType()Get the algorithm URI's fundamental type.HMACSHA256.getType()Get the algorithm URI's fundamental type.HMACSHA384.getType()Get the algorithm URI's fundamental type.HMACSHA512.getType()Get the algorithm URI's fundamental type.KeyAgreementDHExplicitKDF.getType()Get the algorithm URI's fundamental type.KeyAgreementDHLegacyKDF.getType()Get the algorithm URI's fundamental type.KeyAgreementECDH.getType()Get the algorithm URI's fundamental type.KeyTransportRSA15.getType()Get the algorithm URI's fundamental type.KeyTransportRSAOAEP.getType()Get the algorithm URI's fundamental type.KeyTransportRSAOAEPMGF1P.getType()Get the algorithm URI's fundamental type.SignatureDSASHA1.getType()Get the algorithm URI's fundamental type.SignatureDSASHA256.getType()Get the algorithm URI's fundamental type.SignatureECDSASHA1.getType()Get the algorithm URI's fundamental type.SignatureECDSASHA224.getType()Get the algorithm URI's fundamental type.SignatureECDSASHA256.getType()Get the algorithm URI's fundamental type.SignatureECDSASHA384.getType()Get the algorithm URI's fundamental type.SignatureECDSASHA512.getType()Get the algorithm URI's fundamental type.SignatureRSAMD5.getType()Get the algorithm URI's fundamental type.SignatureRSARIPEMD160.getType()Get the algorithm URI's fundamental type.SignatureRSASHA1.getType()Get the algorithm URI's fundamental type.SignatureRSASHA224.getType()Get the algorithm URI's fundamental type.SignatureRSASHA256.getType()Get the algorithm URI's fundamental type.SignatureRSASHA384.getType()Get the algorithm URI's fundamental type.SignatureRSASHA512.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA1_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA224_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA256_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA3_224_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA3_256_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA3_384_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA3_512_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA384_MGF1.getType()Get the algorithm URI's fundamental type.SignatureRSASSA_PSS_SHA512_MGF1.getType()Get the algorithm URI's fundamental type.SymmetricKeyWrapAES128.getType()Get the algorithm URI's fundamental type.SymmetricKeyWrapAES192.getType()Get the algorithm URI's fundamental type.SymmetricKeyWrapAES256.getType()Get the algorithm URI's fundamental type.SymmetricKeyWrapDESede.getType()Get the algorithm URI's fundamental type.