Uses of Enum
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.types
Index 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 type with the specified name.static AlgorithmDescriptor.AlgorithmType[]
AlgorithmDescriptor.AlgorithmType.values()
Returns an array containing the constants of this enum type, 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 ofAlgorithmDescriptor
registered 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.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.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.