@Immutable public abstract class PrfSet extends Object
| Constructor and Description |
|---|
PrfSet() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
computePrimary(byte[] input,
int outputLength)
Convenience method to compute the primary PRF on a given input.
|
abstract Map<Integer,Prf> |
getPrfs()
A map of the PRFs represented by the keys in this keyset.
|
abstract int |
getPrimaryId()
Returns the primary ID of the keyset.
|
public abstract int getPrimaryId()
public abstract Map<Integer,Prf> getPrfs() throws GeneralSecurityException
GeneralSecurityExceptionpublic byte[] computePrimary(byte[] input,
int outputLength)
throws GeneralSecurityException
GeneralSecurityException