Documentation ¶
Index ¶
- func CreateCert(priv, pub interface{}, temp, parent *x509.Certificate) (*x509.Certificate, error)
- func CreateIntermediate(parent *x509.Certificate, parentPriv interface{}) (*x509.Certificate, interface{}, error)
- func CreateLeaf(parent *x509.Certificate, parentPriv interface{}) (*x509.Certificate, interface{}, error)
- func CreateRoot() (*x509.Certificate, interface{}, error)
- func CreateRsaKey() (*rsa.PrivateKey, *rsa.PublicKey, error)
- func CreateTestKey() (cryptoutil.Signer, cryptoutil.Verifier, []byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCert ¶
func CreateCert(priv, pub interface{}, temp, parent *x509.Certificate) (*x509.Certificate, error)
func CreateIntermediate ¶
func CreateIntermediate(parent *x509.Certificate, parentPriv interface{}) (*x509.Certificate, interface{}, error)
func CreateLeaf ¶
func CreateLeaf(parent *x509.Certificate, parentPriv interface{}) (*x509.Certificate, interface{}, error)
func CreateRoot ¶
func CreateRoot() (*x509.Certificate, interface{}, error)
func CreateRsaKey ¶
func CreateRsaKey() (*rsa.PrivateKey, *rsa.PublicKey, error)
func CreateTestKey ¶
func CreateTestKey() (cryptoutil.Signer, cryptoutil.Verifier, []byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.