vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509.json

1 line
6.4 KiB
JSON
Raw Normal View History

2019-05-13 12:28:47 +02:00
[0, [{"class": "const", "name": "CANotAuthorizedForThisName", "type": ""}, {"class": "const", "name": "DSA", "type": ""}, {"class": "const", "name": "DSAWithSHA1", "type": ""}, {"class": "const", "name": "DSAWithSHA256", "type": ""}, {"class": "const", "name": "ECDSA", "type": ""}, {"class": "const", "name": "ECDSAWithSHA1", "type": ""}, {"class": "const", "name": "ECDSAWithSHA256", "type": ""}, {"class": "const", "name": "ECDSAWithSHA384", "type": ""}, {"class": "const", "name": "ECDSAWithSHA512", "type": ""}, {"class": "const", "name": "Expired", "type": ""}, {"class": "const", "name": "ExtKeyUsageAny", "type": ""}, {"class": "const", "name": "ExtKeyUsageClientAuth", "type": ""}, {"class": "const", "name": "ExtKeyUsageCodeSigning", "type": ""}, {"class": "const", "name": "ExtKeyUsageEmailProtection", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECEndSystem", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECTunnel", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECUser", "type": ""}, {"class": "const", "name": "ExtKeyUsageMicrosoftServerGatedCrypto", "type": ""}, {"class": "const", "name": "ExtKeyUsageNetscapeServerGatedCrypto", "type": ""}, {"class": "const", "name": "ExtKeyUsageOCSPSigning", "type": ""}, {"class": "const", "name": "ExtKeyUsageServerAuth", "type": ""}, {"class": "const", "name": "ExtKeyUsageTimeStamping", "type": ""}, {"class": "const", "name": "IncompatibleUsage", "type": ""}, {"class": "const", "name": "KeyUsageCRLSign", "type": ""}, {"class": "const", "name": "KeyUsageCertSign", "type": ""}, {"class": "const", "name": "KeyUsageContentCommitment", "type": ""}, {"class": "const", "name": "KeyUsageDataEncipherment", "type": ""}, {"class": "const", "name": "KeyUsageDecipherOnly", "type": ""}, {"class": "const", "name": "KeyUsageDigitalSignature", "type": ""}, {"class": "const", "name": "KeyUsageEncipherOnly", "type": ""}, {"class": "const", "name": "KeyUsageKeyAgreement", "type": ""}, {"class": "const", "name": "KeyUsageKeyEncipherment", "type": ""}, {"class": "const", "name": "MD2WithRSA", "type": ""}, {"class": "const", "name": "MD5WithRSA", "type": ""}, {"class": "const", "name": "NameMismatch", "type": ""}, {"class": "const", "name": "NotAuthorizedToSign", "type": ""}, {"class": "const", "name": "PEMCipher3DES", "type": ""}, {"class": "const", "name": "PEMCipherAES128", "type": ""}, {"class": "const", "name": "PEMCipherAES192", "type": ""}, {"class": "const", "name": "PEMCipherAES256", "type": ""}, {"class": "const", "name": "PEMCipherDES", "type": ""}, {"class": "const", "name": "RSA", "type": ""}, {"class": "const", "name": "SHA1WithRSA", "type": ""}, {"class": "const", "name": "SHA256WithRSA", "type": ""}, {"class": "const", "name": "SHA256WithRSAPSS", "type": ""}, {"class": "const", "name": "SHA384WithRSA", "type": ""}, {"class": "const", "name": "SHA384WithRSAPSS", "type": ""}, {"class": "const", "name": "SHA512WithRSA", "type": ""}, {"class": "const", "name": "SHA512WithRSAPSS", "type": ""}, {"class": "const", "name": "TooManyIntermediates", "type": ""}, {"class": "const", "name": "UnknownPublicKeyAlgorithm", "type": ""}, {"class": "const", "name": "UnknownSignatureAlgorithm", "type": ""}, {"class": "func", "name": "CreateCertificate", "type": "func(rand io.Reader, template *x509.Certificate, parent *x509.Certificate, pub interface{}, priv interface{}) (cert []byte, err error)"}, {"class": "func", "name": "CreateCertificateRequest", "type": "func(rand io.Reader, template *x509.CertificateRequest, priv interface{}) (csr []byte, err error)"}, {"class": "func", "name": "DecryptPEMBlock", "type": "func(b *pem.Block, password []byte) ([]byte, error)"}, {"class": "func", "name": "EncryptPEMBlock", "type": "func(rand io.Reader, blockType string, data []byte, password []byte, alg x509.PEMCipher) (*pem.Block, error)"}, {"class": "func", "name": "IsEncryptedPEMBlock", "type": "func(b *pem.Block) bool"}, {"class": "func", "name": "MarshalECPrivateKey", "type": "func(key *ecdsa.PrivateKey) ([]byte, error)"}, {"class": "func", "name": "MarshalPKCS1PrivateKey", "type": "func(key *