Home
last modified time | relevance | path

Searched defs:KeymasterCertificateChain (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore/include/keystore/
H A DKeymasterCertificateChain.h26 struct KeymasterCertificateChain : public ::android::Parcelable { struct
27 KeymasterCertificateChain(){}; in KeymasterCertificateChain() argument
28 explicit KeymasterCertificateChain(hardware::hidl_vec<hardware::hidl_vec<uint8_t>> other) in KeymasterCertificateChain() argument
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterCertificateChain.java31 public class KeymasterCertificateChain implements Parcelable { class
45 public KeymasterCertificateChain() { in KeymasterCertificateChain() method in KeymasterCertificateChain
49 public KeymasterCertificateChain(List<byte[]> mCertificates) { in KeymasterCertificateChain() method in KeymasterCertificateChain
53 private KeymasterCertificateChain(Parcel in) { in KeymasterCertificateChain() method in KeymasterCertificateChain