Lines Matching refs:der
47 // ParsePKIXPublicKey parses a DER encoded public key. These values are
103 // MarshalPKIXPublicKey serialises a public key to DER-encoded PKIX format.
634 Raw []byte // Complete ASN.1 DER content (certificate, signature algorithm and signature).
635 RawTBSCertificate []byte // Certificate part of raw ASN.1 DER content.
636 RawSubjectPublicKeyInfo []byte // DER encoded SubjectPublicKeyInfo.
637 RawSubject []byte // DER encoded Subject
638 RawIssuer []byte // DER encoded Issuer
1574 // ParseCertificate parses a single certificate from the given ASN.1 DER data.
1588 // ParseCertificates parses one or more certificates from the given ASN.1 DER
1855 serialiseConstraints := func(dns []string, ips []*net.IPNet, emails []string, uriDomains []string) (der []byte, err error) {
2043 // emptyASN1Subject is the ASN.1 DER encoding of an empty Subject, which is
2058 // The returned slice is the certificate in DER encoding.
2160 // encoded CRLs will appear where they should be DER encoded, so this function
2173 // ParseDERCRL parses a DER encoded CRL from the given bytes.
2184 // CreateCRL returns a DER encoded CRL, signed by this Certificate, that
2248 Raw []byte // Complete ASN.1 DER content (CSR, signature algorithm and signature).
2249 RawTBSCertificateRequest []byte // Certificate request info part of raw ASN.1 DER content.
2250 RawSubjectPublicKeyInfo []byte // DER encoded SubjectPublicKeyInfo.
2251 RawSubject []byte // DER encoded Subject.
2378 // The returned slice is the certificate request in DER encoding.
2530 // given ASN.1 DER data.