public abstract static class TokenBindingService.TokenBindingKey extends Object
Constructor and Description |
---|
TokenBindingKey() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAlgorithm()
The algorithm that is used to generate the key pair.
|
abstract KeyPair |
getKeyPair()
The public, private key pair.
|