public abstract class AbstractTokenKey extends Object
| Constructor and Description |
|---|
AbstractTokenKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAlgorithm()
The algorithm
|
abstract String |
getE()
The exponent
|
abstract String |
getId()
The id
|
abstract KeyType |
getKeyType()
The key type
|
abstract String |
getN()
The modulus
|
abstract String |
getUse()
The use
|
abstract String |
getValue()
The value
|
public abstract String getAlgorithm()
public abstract String getE()
public abstract String getId()
public abstract KeyType getKeyType()
public abstract String getN()
public abstract String getUse()
public abstract String getValue()
Copyright © 2020. All rights reserved.