UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

34 lines (33 loc) 2.48 kB
/// <reference types="dist/index" /> export type DESKeySpec = $.javax.crypto.spec.DESKeySpec; export declare const DESKeySpec: $.javax.crypto.spec.DESKeySpecConstructor; export type DESedeKeySpec = $.javax.crypto.spec.DESedeKeySpec; export declare const DESedeKeySpec: $.javax.crypto.spec.DESedeKeySpecConstructor; export type DHGenParameterSpec = $.javax.crypto.spec.DHGenParameterSpec; export declare const DHGenParameterSpec: $.javax.crypto.spec.DHGenParameterSpecConstructor; export type DHParameterSpec = $.javax.crypto.spec.DHParameterSpec; export declare const DHParameterSpec: $.javax.crypto.spec.DHParameterSpecConstructor; export type DHPrivateKeySpec = $.javax.crypto.spec.DHPrivateKeySpec; export declare const DHPrivateKeySpec: $.javax.crypto.spec.DHPrivateKeySpecConstructor; export type DHPublicKeySpec = $.javax.crypto.spec.DHPublicKeySpec; export declare const DHPublicKeySpec: $.javax.crypto.spec.DHPublicKeySpecConstructor; export type GCMParameterSpec = $.javax.crypto.spec.GCMParameterSpec; export declare const GCMParameterSpec: $.javax.crypto.spec.GCMParameterSpecConstructor; export type IvParameterSpec = $.javax.crypto.spec.IvParameterSpec; export declare const IvParameterSpec: $.javax.crypto.spec.IvParameterSpecConstructor; export type OAEPParameterSpec = $.javax.crypto.spec.OAEPParameterSpec; export declare const OAEPParameterSpec: $.javax.crypto.spec.OAEPParameterSpecConstructor; export type PBEKeySpec = $.javax.crypto.spec.PBEKeySpec; export declare const PBEKeySpec: $.javax.crypto.spec.PBEKeySpecConstructor; export type PBEParameterSpec = $.javax.crypto.spec.PBEParameterSpec; export declare const PBEParameterSpec: $.javax.crypto.spec.PBEParameterSpecConstructor; export type PSource = $.javax.crypto.spec.PSource; export declare const PSource: $.javax.crypto.spec.PSourceConstructor; export type PSource$PSpecified = $.javax.crypto.spec.PSource$PSpecified; export declare const PSource$PSpecified: $.javax.crypto.spec.PSource$PSpecifiedConstructor; export type RC2ParameterSpec = $.javax.crypto.spec.RC2ParameterSpec; export declare const RC2ParameterSpec: $.javax.crypto.spec.RC2ParameterSpecConstructor; export type RC5ParameterSpec = $.javax.crypto.spec.RC5ParameterSpec; export declare const RC5ParameterSpec: $.javax.crypto.spec.RC5ParameterSpecConstructor; export type SecretKeySpec = $.javax.crypto.spec.SecretKeySpec; export declare const SecretKeySpec: $.javax.crypto.spec.SecretKeySpecConstructor;