public class EgovDigestServiceImpl extends Object implements EgovDigestService
Constructor and Description |
---|
EgovDigestServiceImpl() |
Modifier and Type | Method and Description |
---|---|
byte[] |
digest(byte[] data)
Digest 처리.
|
String |
getAlgorithm()
Digest 알고리즘.
|
boolean |
isPlainDigest()
Plain digest.
|
boolean |
matches(byte[] messageByte,
byte[] digestByte)
확인 처리.
|
void |
setAlgorithm(String algorithm)
Digest 알고리즘.
|
void |
setPlainDigest(boolean plainDigest)
Plain digest.
|
public void setAlgorithm(String algorithm)
EgovDigestService
setAlgorithm
in interface EgovDigestService
public String getAlgorithm()
EgovDigestService
getAlgorithm
in interface EgovDigestService
public void setPlainDigest(boolean plainDigest)
EgovDigestService
setPlainDigest
in interface EgovDigestService
public boolean isPlainDigest()
EgovDigestService
isPlainDigest
in interface EgovDigestService
public byte[] digest(byte[] data)
EgovDigestService
digest
in interface EgovDigestService
public boolean matches(byte[] messageByte, byte[] digestByte)
EgovDigestService
matches
in interface EgovDigestService
Copyright © 2019. All rights reserved.