public class EncryptionVerifier extends Object
Constructor and Description |
---|
EncryptionVerifier(ByteBuffer buffer,
EncryptionHeader.CryptoAlgorithm cryptoAlg) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncryptedVerifier() |
byte[] |
getEncryptedVerifierHash() |
byte[] |
getSalt() |
int |
getSaltSize() |
int |
getVerifierHashSize() |
public EncryptionVerifier(ByteBuffer buffer, EncryptionHeader.CryptoAlgorithm cryptoAlg)
Copyright © 2010–2022 OpenHMS. All rights reserved.