Objects of this class act as KeyBindings for AuthenticationTokens such
as AuthenticationTokenPolicy.X509CertificateBinding and
AuthenticationTokenPolicy.SAMLAssertionBinding. When associated with an
AuthenticationToken they represent the PrivateKey associated with the
AuthenticationToken.
public void setKeyAlgorithm(String keyAlgorithm)(Code)
set the KeyAlgorithm of this Private Key.
Implementation Note: This KeyAlgorithm is not used by XWS-Runtime,
refer setKeyAlgorithm on X509CertificateBinding, SAMLAssertionBinding,
and SymmetricKeyBinding instead.
Parameters: keyAlgorithm - KeyAlgorithm of this Private Key
setKeyIdentifier
public void setKeyIdentifier(String keyIdentifier)(Code)
set the keyIdentifier for the Private Key
Parameters: keyIdentifier - Key Identifier for the Private Key