Uses of Interface
net.shibboleth.oidc.security.jose.EncryptionConfiguration
-
Packages that use EncryptionConfiguration Package Description net.shibboleth.oidc.security.jose.criterion OIDC security criterion. -
-
Uses of EncryptionConfiguration in net.shibboleth.oidc.security.jose.criterion
Fields in net.shibboleth.oidc.security.jose.criterion with type parameters of type EncryptionConfiguration Modifier and Type Field Description private List<EncryptionConfiguration>EncryptionConfigurationCriterion. configsThe list of configuration instances.Methods in net.shibboleth.oidc.security.jose.criterion that return types with arguments of type EncryptionConfiguration Modifier and Type Method Description List<EncryptionConfiguration>EncryptionConfigurationCriterion. getConfigurations()Get the list of configuration instances.Constructors in net.shibboleth.oidc.security.jose.criterion with parameters of type EncryptionConfiguration Constructor Description EncryptionConfigurationCriterion(EncryptionConfiguration... configurations)Constructor.Constructor parameters in net.shibboleth.oidc.security.jose.criterion with type arguments of type EncryptionConfiguration Constructor Description EncryptionConfigurationCriterion(List<EncryptionConfiguration> configurations)Constructor.
-