Class SecondaryIssuedTokenParametersImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.client.SecondaryIssuedTokenParametersImpl
- All Implemented Interfaces:
SecondaryIssuedTokenParameters
public class SecondaryIssuedTokenParametersImpl
extends Object
implements SecondaryIssuedTokenParameters
- Author:
- Jiandong Guo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetCanonicalizationAlgorithm(String canAlg) voidvoidsetEncryptionAlgorithm(String encAlg) voidsetEncryptWith(String encWithAlg) voidsetKeySize(long keySize) voidsetKeyType(String keyType) voidsetKeyWrapAlgorithm(String keyWrapAlg) voidsetSignatureAlgorithm(String sigAlg) voidsetSignWith(String signWithAlg) voidsetTokenType(String tokenType)
-
Constructor Details
-
SecondaryIssuedTokenParametersImpl
public SecondaryIssuedTokenParametersImpl()
-
-
Method Details
-
setTokenType
-
setKeyType
-
setKeySize
public void setKeySize(long keySize) -
setSignWith
-
setEncryptWith
-
setSignatureAlgorithm
-
setEncryptionAlgorithm
-
setCanonicalizationAlgorithm
-
setKeyWrapAlgorithm
-
setClaims
-
getTokenType
- Specified by:
getTokenTypein interfaceSecondaryIssuedTokenParameters
-
getKeyType
- Specified by:
getKeyTypein interfaceSecondaryIssuedTokenParameters
-
getKeySize
public long getKeySize()- Specified by:
getKeySizein interfaceSecondaryIssuedTokenParameters
-
getSignatureAlgorithm
- Specified by:
getSignatureAlgorithmin interfaceSecondaryIssuedTokenParameters
-
getEncryptionAlgorithm
- Specified by:
getEncryptionAlgorithmin interfaceSecondaryIssuedTokenParameters
-
getCanonicalizationAlgorithm
- Specified by:
getCanonicalizationAlgorithmin interfaceSecondaryIssuedTokenParameters
-
getKeyWrapAlgorithm
- Specified by:
getKeyWrapAlgorithmin interfaceSecondaryIssuedTokenParameters
-
getSignWith
- Specified by:
getSignWithin interfaceSecondaryIssuedTokenParameters
-
getEncryptWith
- Specified by:
getEncryptWithin interfaceSecondaryIssuedTokenParameters
-
getClaims
- Specified by:
getClaimsin interfaceSecondaryIssuedTokenParameters
-