Interface encryptionURLResult

Hierarchy

  • encryptionURLResult

Properties

Properties

aes: {
    decode: string;
    encode: string;
    encode_redirector: string;
    passphrase: string;
}

Type declaration

  • decode: string
  • encode: string
  • encode_redirector: string
  • passphrase: string
base64: {
    decode: string;
    encode: string;
    encode_redirector: string;
}

Type declaration

  • decode: string
  • encode: string
  • encode_redirector: string
value: string