Home | History | Annotate | Download | only in cert

Lines Matching refs:Pickle

37 class Pickle;
112 // When serializing certificates to a new Pickle,
115 // When reading a certificate from a Pickle, the Pickle only contains a
119 // When reading a certificate from a Pickle, the Pickle contains the
126 // The Pickle contains the certificate and any certificates that were
178 // pickle. The data for this object is found relative to the given
179 // pickle_iter, which should be passed to the pickle's various Read* methods.
183 static X509Certificate* CreateFromPickle(const Pickle& pickle,
195 // Appends a representation of this object to the given pickle.
196 void Persist(Pickle* pickle);
442 // Writes a single certificate to |pickle| in DER form. Returns false on
444 static bool WriteOSCertHandleToPickle(OSCertHandle handle, Pickle* pickle);