Module: WSDL::Security::Constants::KeyReference

Defined in:
lib/wsdl/security/constants.rb

Overview

Reference methods for identifying the signing certificate in KeyInfo.

Constant Summary collapse

BINARY_SECURITY_TOKEN =

Embed certificate as BinarySecurityToken and reference by ID (default). The full certificate is included in the message.

:binary_security_token
ISSUER_SERIAL =

Reference by X.509 Issuer Distinguished Name and Serial Number. Recipient must already have the certificate.

:issuer_serial
SUBJECT_KEY_IDENTIFIER =

Reference by Subject Key Identifier (SKI) extension. Recipient must already have the certificate; cert must have SKI extension.

:subject_key_identifier