UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

29 lines (28 loc) 2.27 kB
export const AlgorithmParameterSpec = $.type("java.security.spec.AlgorithmParameterSpec"); export const DSAGenParameterSpec = $.type("java.security.spec.DSAGenParameterSpec"); export const DSAParameterSpec = $.type("java.security.spec.DSAParameterSpec"); export const DSAPrivateKeySpec = $.type("java.security.spec.DSAPrivateKeySpec"); export const DSAPublicKeySpec = $.type("java.security.spec.DSAPublicKeySpec"); export const ECField = $.type("java.security.spec.ECField"); export const ECFieldF2m = $.type("java.security.spec.ECFieldF2m"); export const ECFieldFp = $.type("java.security.spec.ECFieldFp"); export const ECGenParameterSpec = $.type("java.security.spec.ECGenParameterSpec"); export const ECParameterSpec = $.type("java.security.spec.ECParameterSpec"); export const ECPoint = $.type("java.security.spec.ECPoint"); export const ECPrivateKeySpec = $.type("java.security.spec.ECPrivateKeySpec"); export const ECPublicKeySpec = $.type("java.security.spec.ECPublicKeySpec"); export const EllipticCurve = $.type("java.security.spec.EllipticCurve"); export const EncodedKeySpec = $.type("java.security.spec.EncodedKeySpec"); export const InvalidKeySpecException = $.type("java.security.spec.InvalidKeySpecException"); export const InvalidParameterSpecException = $.type("java.security.spec.InvalidParameterSpecException"); export const KeySpec = $.type("java.security.spec.KeySpec"); export const MGF1ParameterSpec = $.type("java.security.spec.MGF1ParameterSpec"); export const PKCS8EncodedKeySpec = $.type("java.security.spec.PKCS8EncodedKeySpec"); export const PSSParameterSpec = $.type("java.security.spec.PSSParameterSpec"); export const RSAKeyGenParameterSpec = $.type("java.security.spec.RSAKeyGenParameterSpec"); export const RSAMultiPrimePrivateCrtKeySpec = $.type("java.security.spec.RSAMultiPrimePrivateCrtKeySpec"); export const RSAOtherPrimeInfo = $.type("java.security.spec.RSAOtherPrimeInfo"); export const RSAPrivateCrtKeySpec = $.type("java.security.spec.RSAPrivateCrtKeySpec"); export const RSAPrivateKeySpec = $.type("java.security.spec.RSAPrivateKeySpec"); export const RSAPublicKeySpec = $.type("java.security.spec.RSAPublicKeySpec"); export const X509EncodedKeySpec = $.type("java.security.spec.X509EncodedKeySpec");