encode_with(coder) Instance Public methods
none?() Instance Public methods FIX: maybe this should be using default ?
prerelease?() Instance Public methods A requirement is a prerelease if any of the versions inside of it are prereleases
satisfied_by?(version) Instance Public methods True if version satisfies this Requirement. === =~
specific?() Instance Public methods True if the requirement will not always match the latest version.
to_yaml_properties() Instance Public methods
new(name, policy = {}) Class Public methods Create a new Gem::Security::Policy object with the given mode and options.
check_cert(signer, issuer, time) Instance Public methods Ensures that signer is valid for time and was signed by the issuer. If the issuer is nil no verification is performed.
check_chain(chain, time) Instance Public methods Verifies each certificate in chain has signed the following certificate and is valid for the given time.
check_data(public_key, digest, signature, data) Instance Public methods Verifies that data matches the signature created by public_key and the digest algorithm.
Page 332 of 11844