最終更新:2013-02-02 (土) 14:12:21 (4101d)  

javax.crypto
Top / javax.crypto

暗号化操作のクラスとインタフェースを提供します。

http://docs.oracle.com/javase/jp/6/api/javax/crypto/package-tree.html

インターフェイス

クラス

  • javax.crypto.Cipher
  • javax.crypto.CipherInputStream?
  • javax.crypto.CipherOutputStream?
  • javax.crypto.NullCipher?
  • javax.crypto.CipherSpi?
  • javax.crypto.EncryptedPrivateKeyInfo?
  • javax.crypto.ExemptionMechanism?
  • javax.crypto.ExemptionMechanismSpi?
  • javax.crypto.KeyAgreement?
  • javax.crypto.KeyAgreementSpi?
  • javax.crypto.KeyGenerator?
  • javax.crypto.KeyGeneratorSpi?
  • javax.crypto.Mac? (implements java.lang.Cloneable)
  • javax.crypto.MacSpi?
  • javax.crypto.SealedObject? (implements java.io.Serializable)
  • javax.crypto.SecretKeyFactory
  • javax.crypto.SecretKeyFactorySpi?

例外

  • java.security.GeneralSecurityException?
  • javax.crypto.BadPaddingException?
  • javax.crypto.ExemptionMechanismException?
  • javax.crypto.IllegalBlockSizeException?
  • javax.crypto.NoSuchPaddingException?
  • javax.crypto.ShortBufferException?