Uses of Class
nablarch.common.encryption.AesEncryptor.AesContext
Packages that use AesEncryptor.AesContext
-
Uses of AesEncryptor.AesContext in nablarch.common.encryption
Methods in nablarch.common.encryption that return AesEncryptor.AesContextModifier and TypeMethodDescriptionAesEncryptor.generateContext()
暗号化と復号に使用するコンテキスト情報を生成する。
コンテキスト情報には、共通鍵暗号方式であれば使用する共通鍵を保持する。Methods in nablarch.common.encryption with parameters of type AesEncryptor.AesContextModifier and TypeMethodDescriptionbyte[]
AesEncryptor.decrypt
(AesEncryptor.AesContext context, byte[] src) byte[]
AesEncryptor.encrypt
(AesEncryptor.AesContext context, byte[] src)