|
|
|
@ -107,13 +107,11 @@ export class DecisionApi implements Api {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
getCipher(password: string) { |
|
|
|
|
return BI.Providers.getProvider('dec.provider.cipher') |
|
|
|
|
.getCipher(password); |
|
|
|
|
return Dec.Utils['getTransCipherText'](password); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
getPlain(cipher: string) { |
|
|
|
|
return BI.Providers.getProvider('dec.provider.cipher') |
|
|
|
|
.getPlain(cipher); |
|
|
|
|
return Dec.Utils['getPlainText'](cipher); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
getHyperlink(name: string) { |
|
|
|
|