Methods Summary |
---|
public java.lang.String | getAuthenticationType()get Authentication Type parameter if set, null otherwise
|
public java.lang.String | getCanonicalizationAlgorithm()get CanonicalizationAlgorithm value if set, return default otherwise
|
public java.lang.String | getComputedKeyAlgorithm()get CanonicalizationAlgorithm value if set, return default otherwise
|
public java.lang.String | getEncryptWith()Get the Encryption Algorithm to be used with the token if set, null otherwise
|
public java.lang.String | getEncryptionAlgorithm()get EncryptionAlgorithm value if set, return default otherwise
|
public boolean | getEncryptionRequired()get Encryption value if set, return false otherwise
|
public int | getKeySize()get the KeySize parameter if specified, 0 otherwise
|
public java.lang.String | getKeyType()get KeyType Parameter if set, null otherwise
|
public com.sun.xml.ws.security.policy.Lifetime | getLifetime()Get the desired LifeTime settings for the token if specified, null otherwise
|
public boolean | getProofEncryptionRequired()Get the desired proofEncryption settings for the token if specified, false otherwise
|
public java.lang.String | getRequestType()Get the type of request, specified as a String.
The String indicates the class of function that is requested.
|
public java.lang.String | getSignWith()Get the Signature Algorithm to be used with the token if set, null otherwise
|
public java.lang.String | getSignatureAlgorithm()get SignatureAlgorithm value if set, return default otherwise
|
public java.lang.String | getTokenType()Get the type of security token, specified as a String.
|
public java.lang.String | getTrustVersion()
|