check_root(chain, time) Instance Public methods Ensures the root certificate in chain is self-signed and valid for time.
check_key(signer, key) Instance Public methods Ensures the public key of key matches the public key in signer
check_data(public_key, digest, signature, data) Instance Public methods Verifies that data matches the signature created by public_key and the digest algorithm.
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_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.
new(name, policy = {}) Class Public methods Create a new Gem::Security::Policy object with the given mode and options.
to_yaml_properties() Instance Public methods
specific?() Instance Public methods True if the requirement will not always match the latest version.
satisfied_by?(version) Instance Public methods True if version satisfies this Requirement. === =~
prerelease?() Instance Public methods A requirement is a prerelease if any of the versions inside of it are prereleases
Page 2000 of 2275