Searched defs:encryptionKeyAlias (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSKeystoreConfig.java47 * Note that the encryptionKeyAlias and encryptionKeyPassword fields in this class, and the corresponding methods, would
73 private String encryptionKeyAlias; field in class:SoapSTSKeystoreConfig.SoapSTSKeystoreConfigBuilder
92 public SoapSTSKeystoreConfigBuilder encryptionKeyAlias(String encryptionKeyAlias) { argument
93 this.encryptionKeyAlias = encryptionKeyAlias;
115 private final String encryptionKeyAlias; field in class:SoapSTSKeystoreConfig
117 The alias passwords corresponding to the signatureKeyAlias and the encryptionKeyAlias are obtained from
127 this.encryptionKeyAlias = builder.encryptionKeyAlias;
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSKeystoreConfig.java47 * Note that the encryptionKeyAlias and encryptionKeyPassword fields in this class, and the corresponding methods, would
73 private String encryptionKeyAlias; field in class:SoapSTSKeystoreConfig.SoapSTSKeystoreConfigBuilder
92 public SoapSTSKeystoreConfigBuilder encryptionKeyAlias(String encryptionKeyAlias) { argument
93 this.encryptionKeyAlias = encryptionKeyAlias;
115 private final String encryptionKeyAlias; field in class:SoapSTSKeystoreConfig
117 The alias passwords corresponding to the signatureKeyAlias and the encryptionKeyAlias are obtained from
127 this.encryptionKeyAlias = builder.encryptionKeyAlias;
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java45 * The signatureAlias corresponds to the IDP's signing key, and the encryptionKeyAlias could correspond to the SP's
94 private String encryptionKeyAlias; field in class:SAML2Config.SAML2ConfigBuilder
174 public SAML2ConfigBuilder encryptionKeyAlias(String encryptionKeyAlias) { argument
175 this.encryptionKeyAlias = encryptionKeyAlias;
314 private final String encryptionKeyAlias; field in class:SAML2Config
344 this.encryptionKeyAlias = builder.encryptionKeyAlias;
359 if (encryptionKeyAlias
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java45 * The signatureAlias corresponds to the IDP's signing key, and the encryptionKeyAlias could correspond to the SP's
105 private String encryptionKeyAlias; field in class:SAML2Config.SAML2ConfigBuilder
278 * @param encryptionKeyAlias the encryption key alias.
281 public SAML2ConfigBuilder encryptionKeyAlias(String encryptionKeyAlias) { argument
282 this.encryptionKeyAlias = encryptionKeyAlias;
474 private final String encryptionKeyAlias; field in class:SAML2Config
504 this.encryptionKeyAlias = builder.encryptionKeyAlias;
[all...]

Completed in 42 milliseconds