cosmic-internal-jdk
Version:
KingScript: JDK1.8
50 lines (49 loc) • 3.57 kB
TypeScript
/// <reference path="../index.d.ts" />
export type AEADBadTagException = $.javax.crypto.AEADBadTagException;
export declare const AEADBadTagException: $.javax.crypto.AEADBadTagExceptionConstructor;
export type BadPaddingException = $.javax.crypto.BadPaddingException;
export declare const BadPaddingException: $.javax.crypto.BadPaddingExceptionConstructor;
export type Cipher = $.javax.crypto.Cipher;
export declare const Cipher: $.javax.crypto.CipherConstructor;
export type CipherInputStream = $.javax.crypto.CipherInputStream;
export declare const CipherInputStream: $.javax.crypto.CipherInputStreamConstructor;
export type CipherOutputStream = $.javax.crypto.CipherOutputStream;
export declare const CipherOutputStream: $.javax.crypto.CipherOutputStreamConstructor;
export type CipherSpi = $.javax.crypto.CipherSpi;
export declare const CipherSpi: $.javax.crypto.CipherSpiConstructor;
export type EncryptedPrivateKeyInfo = $.javax.crypto.EncryptedPrivateKeyInfo;
export declare const EncryptedPrivateKeyInfo: $.javax.crypto.EncryptedPrivateKeyInfoConstructor;
export type ExemptionMechanism = $.javax.crypto.ExemptionMechanism;
export declare const ExemptionMechanism: $.javax.crypto.ExemptionMechanismConstructor;
export type ExemptionMechanismException = $.javax.crypto.ExemptionMechanismException;
export declare const ExemptionMechanismException: $.javax.crypto.ExemptionMechanismExceptionConstructor;
export type ExemptionMechanismSpi = $.javax.crypto.ExemptionMechanismSpi;
export declare const ExemptionMechanismSpi: $.javax.crypto.ExemptionMechanismSpiConstructor;
export type IllegalBlockSizeException = $.javax.crypto.IllegalBlockSizeException;
export declare const IllegalBlockSizeException: $.javax.crypto.IllegalBlockSizeExceptionConstructor;
export type KeyAgreement = $.javax.crypto.KeyAgreement;
export declare const KeyAgreement: $.javax.crypto.KeyAgreementConstructor;
export type KeyAgreementSpi = $.javax.crypto.KeyAgreementSpi;
export declare const KeyAgreementSpi: $.javax.crypto.KeyAgreementSpiConstructor;
export type KeyGenerator = $.javax.crypto.KeyGenerator;
export declare const KeyGenerator: $.javax.crypto.KeyGeneratorConstructor;
export type KeyGeneratorSpi = $.javax.crypto.KeyGeneratorSpi;
export declare const KeyGeneratorSpi: $.javax.crypto.KeyGeneratorSpiConstructor;
export type Mac = $.javax.crypto.Mac;
export declare const Mac: $.javax.crypto.MacConstructor;
export type MacSpi = $.javax.crypto.MacSpi;
export declare const MacSpi: $.javax.crypto.MacSpiConstructor;
export type NoSuchPaddingException = $.javax.crypto.NoSuchPaddingException;
export declare const NoSuchPaddingException: $.javax.crypto.NoSuchPaddingExceptionConstructor;
export type NullCipher = $.javax.crypto.NullCipher;
export declare const NullCipher: $.javax.crypto.NullCipherConstructor;
export type SealedObject = $.javax.crypto.SealedObject;
export declare const SealedObject: $.javax.crypto.SealedObjectConstructor;
export type SecretKey = $.javax.crypto.SecretKey;
export declare const SecretKey: $.javax.crypto.SecretKeyConstructor;
export type SecretKeyFactory = $.javax.crypto.SecretKeyFactory;
export declare const SecretKeyFactory: $.javax.crypto.SecretKeyFactoryConstructor;
export type SecretKeyFactorySpi = $.javax.crypto.SecretKeyFactorySpi;
export declare const SecretKeyFactorySpi: $.javax.crypto.SecretKeyFactorySpiConstructor;
export type ShortBufferException = $.javax.crypto.ShortBufferException;
export declare const ShortBufferException: $.javax.crypto.ShortBufferExceptionConstructor;