Searched defs:KeymasterCertificateChain (Results 1 – 2 of 2) sorted by relevance
26 struct KeymasterCertificateChain : public ::android::Parcelable { struct27 KeymasterCertificateChain(){}; in KeymasterCertificateChain() argument28 explicit KeymasterCertificateChain(hardware::hidl_vec<hardware::hidl_vec<uint8_t>> other) in KeymasterCertificateChain() argument
31 public class KeymasterCertificateChain implements Parcelable { class45 public KeymasterCertificateChain() { in KeymasterCertificateChain() method in KeymasterCertificateChain49 public KeymasterCertificateChain(List<byte[]> mCertificates) { in KeymasterCertificateChain() method in KeymasterCertificateChain53 private KeymasterCertificateChain(Parcel in) { in KeymasterCertificateChain() method in KeymasterCertificateChain