Interface SecondaryIssuedTokenParameters
- All Known Implementing Classes:
SecondaryIssuedTokenParametersImpl
public interface SecondaryIssuedTokenParameters
- Author:
- Jiandong Guo
-
Method Summary
Modifier and TypeMethodDescriptionlong
-
Method Details
-
getTokenType
String getTokenType() -
getKeyType
String getKeyType() -
getKeySize
long getKeySize() -
getSignatureAlgorithm
String getSignatureAlgorithm() -
getEncryptionAlgorithm
String getEncryptionAlgorithm() -
getCanonicalizationAlgorithm
String getCanonicalizationAlgorithm() -
getKeyWrapAlgorithm
String getKeyWrapAlgorithm() -
getSignWith
String getSignWith() -
getEncryptWith
String getEncryptWith() -
getClaims
Claims getClaims()
-