Class: Chamber::Keys::Encryption
- Defined in:
- lib/chamber/keys/encryption.rb
Constant Summary collapse
- NAMESPACE_PATTERN =
/ \A # Beginning of Filename \.chamber # Initial Chamber Prefix \. # Pre-Namespace Dot (\w+) # Namespace \.pub\.pem # Extension \z # End of Filename /x
Instance Attribute Summary
Attributes inherited from Base
#filenames, #namespaces, #rootpath
Method Summary
Methods inherited from Base
#initialize, resolve, #resolve
Constructor Details
This class inherits a constructor from Chamber::Keys::Base