Method: Ccrypto::X509::CertProfile#not_before=

Defined in:
lib/ccrypto/configs/x509_cert_profile.rb

#not_before=(val) ⇒ Object Also known as: valid_from=



41
42
43
# File 'lib/ccrypto/configs/x509_cert_profile.rb', line 41

def not_before=(val)
  @not_before = val
end