cosmic-internal-jdk
Version:
KingScript: JDK1.8
25 lines (24 loc) • 1.75 kB
JavaScript
export const AEADBadTagException = $.type("javax.crypto.AEADBadTagException");
export const BadPaddingException = $.type("javax.crypto.BadPaddingException");
export const Cipher = $.type("javax.crypto.Cipher");
export const CipherInputStream = $.type("javax.crypto.CipherInputStream");
export const CipherOutputStream = $.type("javax.crypto.CipherOutputStream");
export const CipherSpi = $.type("javax.crypto.CipherSpi");
export const EncryptedPrivateKeyInfo = $.type("javax.crypto.EncryptedPrivateKeyInfo");
export const ExemptionMechanism = $.type("javax.crypto.ExemptionMechanism");
export const ExemptionMechanismException = $.type("javax.crypto.ExemptionMechanismException");
export const ExemptionMechanismSpi = $.type("javax.crypto.ExemptionMechanismSpi");
export const IllegalBlockSizeException = $.type("javax.crypto.IllegalBlockSizeException");
export const KeyAgreement = $.type("javax.crypto.KeyAgreement");
export const KeyAgreementSpi = $.type("javax.crypto.KeyAgreementSpi");
export const KeyGenerator = $.type("javax.crypto.KeyGenerator");
export const KeyGeneratorSpi = $.type("javax.crypto.KeyGeneratorSpi");
export const Mac = $.type("javax.crypto.Mac");
export const MacSpi = $.type("javax.crypto.MacSpi");
export const NoSuchPaddingException = $.type("javax.crypto.NoSuchPaddingException");
export const NullCipher = $.type("javax.crypto.NullCipher");
export const SealedObject = $.type("javax.crypto.SealedObject");
export const SecretKey = $.type("javax.crypto.SecretKey");
export const SecretKeyFactory = $.type("javax.crypto.SecretKeyFactory");
export const SecretKeyFactorySpi = $.type("javax.crypto.SecretKeyFactorySpi");
export const ShortBufferException = $.type("javax.crypto.ShortBufferException");