A C D E G I M P R S 

A

addPadding(byte[], int) - Method in class egovframework.rte.fdl.cryptography.impl.aria.AnsiX923Padding
요청한 Block Size를 맞추기 위해 Padding을 추가한다.
addPadding(byte[], int) - Method in interface egovframework.rte.fdl.cryptography.impl.aria.CryptoPadding
요청한 Block Size를 맞추기 위해 Padding을 추가한다.
AnsiX923Padding - Class in egovframework.rte.fdl.cryptography.impl.aria
 
AnsiX923Padding() - Constructor for class egovframework.rte.fdl.cryptography.impl.aria.AnsiX923Padding
 
ARIA_test() - Static method in class egovframework.rte.fdl.cryptography.impl.aria.ARIAEngine
 
ARIACipher - Class in egovframework.rte.fdl.cryptography.impl
 
ARIACipher() - Constructor for class egovframework.rte.fdl.cryptography.impl.ARIACipher
 
ARIAEngine - Class in egovframework.rte.fdl.cryptography.impl.aria
 
ARIAEngine(int) - Constructor for class egovframework.rte.fdl.cryptography.impl.aria.ARIAEngine
 

C

checkPassword(String) - Method in class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 
checkPassword(String, String) - Method in class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 
CryptoPadding - Interface in egovframework.rte.fdl.cryptography.impl.aria
암호화에서 블럭 사이즈를 맞추기 위해 사용되는 Padding을 추상화 한 Interface

D

decrypt(byte[], String) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
복호화 처리.
decrypt(BigDecimal, String) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
BigDecimal 복호화 처리.
decrypt(File, String, File) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
파일 복호화 처리.
decrypt(byte[], byte[]) - Method in class egovframework.rte.fdl.cryptography.impl.aria.ARIAEngine
 
decrypt(byte[]) - Method in class egovframework.rte.fdl.cryptography.impl.ARIACipher
복호화 배열 리턴 암호화.
decrypt(BigDecimal, String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
decrypt(byte[], String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
decrypt(File, String, File) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
decrypt(byte[], String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
decrypt(BigDecimal, String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
decrypt(File, String, File) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
digest(byte[]) - Method in interface egovframework.rte.fdl.cryptography.EgovDigestService
Digest 처리.
digest(byte[]) - Method in class egovframework.rte.fdl.cryptography.impl.EgovDigestServiceImpl
 

E

EgovARIACryptoService - Interface in egovframework.rte.fdl.cryptography
 
EgovARIACryptoServiceImpl - Class in egovframework.rte.fdl.cryptography.impl
 
EgovARIACryptoServiceImpl() - Constructor for class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
EgovCryptoService - Interface in egovframework.rte.fdl.cryptography
 
EgovDigestService - Interface in egovframework.rte.fdl.cryptography
 
EgovDigestServiceImpl - Class in egovframework.rte.fdl.cryptography.impl
 
EgovDigestServiceImpl() - Constructor for class egovframework.rte.fdl.cryptography.impl.EgovDigestServiceImpl
 
egovframework.rte.fdl.cryptography - package egovframework.rte.fdl.cryptography
 
egovframework.rte.fdl.cryptography.impl - package egovframework.rte.fdl.cryptography.impl
 
egovframework.rte.fdl.cryptography.impl.aria - package egovframework.rte.fdl.cryptography.impl.aria
 
EgovGeneralCryptoService - Interface in egovframework.rte.fdl.cryptography
 
EgovGeneralCryptoServiceImpl - Class in egovframework.rte.fdl.cryptography.impl
 
EgovGeneralCryptoServiceImpl() - Constructor for class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
EgovPasswordEncoder - Class in egovframework.rte.fdl.cryptography
 
EgovPasswordEncoder() - Constructor for class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 
encrypt(byte[], String) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
암호화 처리.
encrypt(BigDecimal, String) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
BigDecimal 암호화 처리.
encrypt(File, String, File) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
파일 암호화 처리.
encrypt(byte[], byte[]) - Method in class egovframework.rte.fdl.cryptography.impl.aria.ARIAEngine
 
encrypt(byte[]) - Method in class egovframework.rte.fdl.cryptography.impl.ARIACipher
바이트 배열 리턴 암호화
encrypt(BigDecimal, String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
encrypt(byte[], String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
encrypt(File, String, File) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
encrypt(byte[], String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
encrypt(BigDecimal, String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
encrypt(File, String, File) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
encryptPassword(String) - Method in class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 

G

getAlgorithm() - Method in interface egovframework.rte.fdl.cryptography.EgovDigestService
Digest 알고리즘.
getAlgorithm() - Method in interface egovframework.rte.fdl.cryptography.EgovGeneralCryptoService
암복호화 알고리즘.
getAlgorithm() - Method in class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 
getAlgorithm() - Method in class egovframework.rte.fdl.cryptography.impl.EgovDigestServiceImpl
 
getAlgorithm() - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
getName() - Method in class egovframework.rte.fdl.cryptography.impl.aria.AnsiX923Padding
 

I

isPlainDigest() - Method in interface egovframework.rte.fdl.cryptography.EgovDigestService
Plain digest.
isPlainDigest() - Method in class egovframework.rte.fdl.cryptography.impl.EgovDigestServiceImpl
 

M

main(String[]) - Static method in class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 
matches(byte[], byte[]) - Method in interface egovframework.rte.fdl.cryptography.EgovDigestService
확인 처리.
matches(byte[], byte[]) - Method in class egovframework.rte.fdl.cryptography.impl.EgovDigestServiceImpl
 

P

print(byte[]) - Method in class egovframework.rte.fdl.cryptography.impl.aria.AnsiX923Padding
 

R

removePadding(byte[], int) - Method in class egovframework.rte.fdl.cryptography.impl.aria.AnsiX923Padding
요청한 Block Size를 맞추기 위해 추가 된 Padding을 제거한다.
removePadding(byte[], int) - Method in interface egovframework.rte.fdl.cryptography.impl.aria.CryptoPadding
요청한 Block Size를 맞추기 위해 추가 된 Padding을 제거한다.

S

setAlgorithm(String) - Method in interface egovframework.rte.fdl.cryptography.EgovDigestService
Digest 알고리즘.
setAlgorithm(String) - Method in interface egovframework.rte.fdl.cryptography.EgovGeneralCryptoService
암복호화 알고리즘.
setAlgorithm(String) - Method in class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 
setAlgorithm(String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovDigestServiceImpl
 
setAlgorithm(String) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
setBlockSize(int) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
파일처리시 사용되는 blockSize 지정.
setBlockSize(int) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
setBlockSize(int) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
setHashedPassword(String) - Method in class egovframework.rte.fdl.cryptography.EgovPasswordEncoder
 
setPassword(String) - Method in class egovframework.rte.fdl.cryptography.impl.ARIACipher
암호 설정.
setPasswordEncoder(EgovPasswordEncoder) - Method in interface egovframework.rte.fdl.cryptography.EgovCryptoService
패스워드 암호화 지정.
setPasswordEncoder(EgovPasswordEncoder) - Method in class egovframework.rte.fdl.cryptography.impl.EgovARIACryptoServiceImpl
 
setPasswordEncoder(EgovPasswordEncoder) - Method in class egovframework.rte.fdl.cryptography.impl.EgovGeneralCryptoServiceImpl
 
setPlainDigest(boolean) - Method in interface egovframework.rte.fdl.cryptography.EgovDigestService
Plain digest.
setPlainDigest(boolean) - Method in class egovframework.rte.fdl.cryptography.impl.EgovDigestServiceImpl
 
A C D E G I M P R S 

Copyright © 2019. All rights reserved.