public class FipsAgreementParameters extends FipsParameters
Modifier and Type | Method and Description |
---|---|
FipsAlgorithm |
getDigestAlgorithm()
Return the digest algorithm ID associated with these parameters.
|
FipsKDF.PRF |
getPrfAlgorithm()
Return the PRF associated with these parameters.
|
byte[] |
getSalt()
Return the salt/iv associated with these parameters.
|
getAlgorithm
public FipsAlgorithm getDigestAlgorithm()
public FipsKDF.PRF getPrfAlgorithm()
public byte[] getSalt()