UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

28 lines (27 loc) 2.1 kB
/// <reference types="dist/index" /> export type DSAKey = $.java.security.interfaces.DSAKey; export declare const DSAKey: $.java.security.interfaces.DSAKeyConstructor; export type DSAKeyPairGenerator = $.java.security.interfaces.DSAKeyPairGenerator; export declare const DSAKeyPairGenerator: $.java.security.interfaces.DSAKeyPairGeneratorConstructor; export type DSAParams = $.java.security.interfaces.DSAParams; export declare const DSAParams: $.java.security.interfaces.DSAParamsConstructor; export type DSAPrivateKey = $.java.security.interfaces.DSAPrivateKey; export declare const DSAPrivateKey: $.java.security.interfaces.DSAPrivateKeyConstructor; export type DSAPublicKey = $.java.security.interfaces.DSAPublicKey; export declare const DSAPublicKey: $.java.security.interfaces.DSAPublicKeyConstructor; export type ECKey = $.java.security.interfaces.ECKey; export declare const ECKey: $.java.security.interfaces.ECKeyConstructor; export type ECPrivateKey = $.java.security.interfaces.ECPrivateKey; export declare const ECPrivateKey: $.java.security.interfaces.ECPrivateKeyConstructor; export type ECPublicKey = $.java.security.interfaces.ECPublicKey; export declare const ECPublicKey: $.java.security.interfaces.ECPublicKeyConstructor; export type RSAKey = $.java.security.interfaces.RSAKey; export declare const RSAKey: $.java.security.interfaces.RSAKeyConstructor; export type RSAMultiPrimePrivateCrtKey = $.java.security.interfaces.RSAMultiPrimePrivateCrtKey; export declare const RSAMultiPrimePrivateCrtKey: $.java.security.interfaces.RSAMultiPrimePrivateCrtKeyConstructor; export type RSAPrivateCrtKey = $.java.security.interfaces.RSAPrivateCrtKey; export declare const RSAPrivateCrtKey: $.java.security.interfaces.RSAPrivateCrtKeyConstructor; export type RSAPrivateKey = $.java.security.interfaces.RSAPrivateKey; export declare const RSAPrivateKey: $.java.security.interfaces.RSAPrivateKeyConstructor; export type RSAPublicKey = $.java.security.interfaces.RSAPublicKey; export declare const RSAPublicKey: $.java.security.interfaces.RSAPublicKeyConstructor;