crypto.d.ts 415 B

1234567
  1. /// <reference path="../index.d.ts" />
  2. export declare type Cipher = $.javax.crypto.Cipher;
  3. export declare const Cipher: $.javax.crypto.Cipher_C;
  4. export declare type ExemptionMechanism = $.javax.crypto.ExemptionMechanism;
  5. export declare const ExemptionMechanism: $.javax.crypto.ExemptionMechanism_C;
  6. export declare type SecretKey = $.javax.crypto.SecretKey;
  7. export declare const SecretKey: $.javax.crypto.SecretKey;