Searched defs:logId (Results 1 - 7 of 7) sorted by relevance

/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DCTLogStore.java20 CTLogInfo getKnownLog(byte[] logId); argument
H A DCTLogInfo.java33 private final byte[] logId; field in class:CTLogInfo
40 this.logId = MessageDigest.getInstance("SHA-256")
56 return logId;
H A DCTLogStoreImpl.java89 public CTLogInfo getKnownLog(byte[] logId) { argument
90 ByteBuffer buf = ByteBuffer.wrap(logId);
99 log = findKnownLog(logId);
109 private CTLogInfo findKnownLog(byte[] logId) { argument
110 String filename = hexEncode(logId);
126 if (Arrays.equals(logId, log.getID())) {
H A DSignedCertificateTimestamp.java44 private final byte[] logId; field in class:SignedCertificateTimestamp
53 public SignedCertificateTimestamp(Version version, byte[] logId, argument
57 this.logId = logId;
68 return logId;
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 118 milliseconds