Uses of Class
org.opensaml.security.criteria.KeyLengthCriterion
-
Packages that use KeyLengthCriterion Package Description org.opensaml.security.credential.criteria.impl Implementations ofCriterionwhere the parameterized evaluation target type isCredential.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of KeyLengthCriterion in org.opensaml.security.credential.criteria.impl
Constructors in org.opensaml.security.credential.criteria.impl with parameters of type KeyLengthCriterion Constructor Description EvaluableKeyLengthCredentialCriterion(KeyLengthCriterion criteria)Constructor. -
Uses of KeyLengthCriterion in org.opensaml.xmlsec.encryption.support
Methods in org.opensaml.xmlsec.encryption.support that return KeyLengthCriterion Modifier and Type Method Description private KeyLengthCriterionDecrypter. buildKeyLengthCriteria(String encAlgorithmURI)Dynamically construct key length credential criteria based on the specified algorithm URI.
-