Documentation
¶
Index ¶
- func GenCaCert(pvKey crypto.PrivateKey, pubKey crypto.PublicKey) *x509.Certificate
- func GenKert() (pvKey crypto.PrivateKey, pubKey crypto.PublicKey, cert *x509.Certificate)
- func GenKeyPair() (crypto.PrivateKey, crypto.PublicKey)
- func GenRsaKeyPair() *rsa.PrivateKey
- func KertToPfx(pvKey crypto.PrivateKey, cert *x509.Certificate, pass string) ([]byte, error)
- func PdfCpuStrictValid(rs io.ReadSeeker) error
- func QpdfCheck(pdfPath string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenCaCert ¶
func GenCaCert(pvKey crypto.PrivateKey, pubKey crypto.PublicKey) *x509.Certificate
func GenKert ¶
func GenKert() (pvKey crypto.PrivateKey, pubKey crypto.PublicKey, cert *x509.Certificate)
func GenKeyPair ¶
func GenKeyPair() (crypto.PrivateKey, crypto.PublicKey)
func GenRsaKeyPair ¶
func GenRsaKeyPair() *rsa.PrivateKey
func KertToPfx ¶
func KertToPfx(pvKey crypto.PrivateKey, cert *x509.Certificate, pass string) ([]byte, error)
func PdfCpuStrictValid ¶
func PdfCpuStrictValid(rs io.ReadSeeker) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.