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

1 line
6.4 KiB
JSON

[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 *rsa.PrivateKey) []byte"}, {"class": "func", "name": "MarshalPKIXPublicKey", "type": "func(pub interface{}) ([]byte, error)"}, {"class": "func", "name": "NewCertPool", "type": "func() *x509.CertPool"}, {"class": "func", "name": "ParseCRL", "type": "func(crlBytes []byte) (*pkix.CertificateList, error)"}, {"class": "func", "name": "ParseCertificate", "type": "func(asn1Data []byte) (*x509.Certificate, error)"}, {"class": "func", "name": "ParseCertificateRequest", "type": "func(asn1Data []byte) (*x509.CertificateRequest, error)"}, {"class": "func", "name": "ParseCertificates", "type": "func(asn1Data []byte) ([]*x509.Certificate, error)"}, {"class": "func", "name": "ParseDERCRL", "type": "func(derBytes []byte) (*pkix.CertificateList, error)"}, {"class": "func", "name": "ParseECPrivateKey", "type": "func(der []byte) (*ecdsa.PrivateKey, error)"}, {"class": "func", "name": "ParsePKCS1PrivateKey", "type": "func(der []byte) (*rsa.PrivateKey, error)"}, {"class": "func", "name": "ParsePKCS8PrivateKey", "type": "func(der []byte) (key interface{}, err error)"}, {"class": "func", "name": "ParsePKIXPublicKey", "type": "func(derBytes []byte) (pub interface{}, err error)"}, {"class": "func", "name": "SystemCertPool", "type": "func() (*x509.CertPool, error)"}, {"class": "type", "name": "CertPool", "type": "struct"}, {"class": "type", "name": "Certificate", "type": "struct"}, {"class": "type", "name": "CertificateInvalidError", "type": "struct"}, {"class": "type", "name": "CertificateRequest", "type": "struct"}, {"class": "type", "name": "ConstraintViolationError", "type": "struct"}, {"class": "type", "name": "ExtKeyUsage", "type": "int"}, {"class": "type", "name": "HostnameError", "type": "struct"}, {"class": "type", "name": "InsecureAlgorithmError", "type": "int"}, {"class": "type", "name": "InvalidReason", "type": "int"}, {"class": "type", "name": "KeyUsage", "type": "int"}, {"class": "type", "name": "PEMCipher", "type": "int"}, {"class": "type", "name": "PublicKeyAlgorithm", "type": "int"}, {"class": "type", "name": "SignatureAlgorithm", "type": "int"}, {"class": "type", "name": "SystemRootsError", "type": "struct"}, {"class": "type", "name": "UnhandledCriticalExtension", "type": "struct"}, {"class": "type", "name": "UnknownAuthorityError", "type": "struct"}, {"class": "type", "name": "VerifyOptions", "type": "struct"}, {"class": "var", "name": "ErrUnsupportedAlgorithm", "type": "error"}, {"class": "var", "name": "IncorrectPasswordError", "type": "error"}]]