File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
gamsaml/src/main/java/com/genexus/saml Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ public static String getKeyStPathTrustSt() {
145
145
public static String getKeyStPwdTrustSt () {
146
146
String cryptPass = GamSamlProperties .getInstance ().getGeneralProperty (
147
147
"KeyStorePwdTrustCred" );
148
- //String ret = Crypt.Decrypt(cryptPass);
149
148
String ret = com .genexus .util .Encryption .decrypt64 (cryptPass , getKeyCrypt ());
150
149
logger .debug ("[getKeyStPwdTrustSt] " + "Gets KeyStorePwdTrustCred: " + cryptPass );
151
150
return ret ;
Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ public SamlBuilder() {
24
24
25
25
}
26
26
27
-
28
- /*@SuppressWarnings({"unused", "unchecked"})
29
- public <T> T buildSAMLObject(final Class<T> objectClass, QName qName) {
30
- return (T) builderFactory.getBuilder(qName).buildObject(qName);
31
- }*/
32
-
33
27
protected Issuer buildSamlIssuer () {
34
28
return (Issuer ) builderFactory .getBuilder (Issuer .DEFAULT_ELEMENT_NAME ).buildObject (Issuer .DEFAULT_ELEMENT_NAME );
35
29
}
You can’t perform that action at this time.
0 commit comments