Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

shibboleth.DefaultSigningCredential

Credential Keypair used for signing, usually including a certificate

shibboleth.DefaultEncryptionCredentials

List<Credential>

Collection of keypairs used to decrypt data sent by others (technically only the private key matters here)
shibboleth.DefaultSecurityConfigurationSecurityConfigurationDefault security configuration used by all profile beans
shibboleth.SecurityConfiguration.SHA256 3.4SecurityConfigurationSecurity configuration that directly incorporates the SHA-256 signing configuration
shiibbolethshibboleth.SecurityConfiguration.SHA1 3.4SecurityConfigurationSecurity configuration that directly incorporates the SHA-1 signing configuration
shibboleth.SecurityConfiguration.CBC 3.4SecurityConfigurationSecurity configuration that directly incorporates the AES-CBC encryption configuration
shibboleth.SecurityConfiguration.GCM 3.4SecurityConfigurationSecurity configuration that directly incorporates the AES-GCM encryption configuration
shibboleth.SigningConfiguration.SHA256BasicSignatureSigningConfigurationSigning confguration configuration that uses the SHA-256 digest algorithm
shibboleth.SigningConfiguration.SHA1BasicSignatureSigningConfigurationSigning confguration configuration that uses the SHA-1 digest algorithm
shibboleth.EncryptionConfiguration.CBC 3.4EncryptionConfigurationEncryption configuration that uses the AES-CBC encryption algorithm
shibboleth.EncryptionConfiguration.GCM 3.4EncryptionConfigurationEncryption configuration that uses the AES-GCM encryption algorithm
shibboleth.ExplicitKeySignatureTrustEngineExplicitKeySignatureTrustEngineSignature verifier that relies on explicit keys in metadata
shibboleth.PKIXSignatureTrustEnginePKIXSignatureTrustEngineSignature verifier that validates certificates against PKIX rules in metadata
shibboleth.ChainingSignatureTrustEngineChainingSignatureTrustEngineSignature verifier that chains the previous two beans together
shibboleth.ExplicitKeyX509TrustEngine 3.3

ExplicitKeyTrustEngine

Client certificate verifier that relies on explicit keys in metadata
shibboleth.PKIXX509TrustEnginePKIXX509CredentialTrustEngineClient certificate verifier that validates certificates against PKIX rules in metadata
shibboleth.ChainingX509TrustEngine              ChainingTrustEngineClient certificate verifier that chains the previous two beans together

...