public interface SecondaryIssuedTokenParameters
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalizationAlgorithm() |
Claims |
getClaims() |
String |
getEncryptionAlgorithm() |
String |
getEncryptWith() |
long |
getKeySize() |
String |
getKeyType() |
String |
getKeyWrapAlgorithm() |
String |
getSignatureAlgorithm() |
String |
getSignWith() |
String |
getTokenType() |
String getTokenType()
String getKeyType()
long getKeySize()
String getSignatureAlgorithm()
String getEncryptionAlgorithm()
String getCanonicalizationAlgorithm()
String getKeyWrapAlgorithm()
String getSignWith()
String getEncryptWith()
Claims getClaims()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.