public class EgovDigestServiceImpl extends java.lang.Object implements EgovDigestService
| Constructor and Description |
|---|
EgovDigestServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
digest(byte[] data)
Digest 처리.
|
java.lang.String |
getAlgorithm()
Digest 알고리즘.
|
boolean |
isPlainDigest()
Plain digest.
|
boolean |
matches(byte[] messageByte,
byte[] digestByte)
확인 처리.
|
void |
setAlgorithm(java.lang.String algorithm)
Digest 알고리즘.
|
void |
setPlainDigest(boolean plainDigest)
Plain digest.
|
public void setAlgorithm(java.lang.String algorithm)
EgovDigestServicesetAlgorithm in interface EgovDigestServicepublic java.lang.String getAlgorithm()
EgovDigestServicegetAlgorithm in interface EgovDigestServicepublic void setPlainDigest(boolean plainDigest)
EgovDigestServicesetPlainDigest in interface EgovDigestServicepublic boolean isPlainDigest()
EgovDigestServiceisPlainDigest in interface EgovDigestServicepublic byte[] digest(byte[] data)
EgovDigestServicedigest in interface EgovDigestServicepublic boolean matches(byte[] messageByte,
byte[] digestByte)
EgovDigestServicematches in interface EgovDigestServiceCopyright © 2019. All Rights Reserved.