Searched refs:stamp (Results 1 – 11 of 11) sorted by relevance
16 package com.android.apksig.internal.apk.stamp;19 import static com.android.apksig.internal.apk.stamp.V1SourceStampSigner.V1_SOURCE_STAMP_BLOCK_ID;
17 package com.android.apksig.internal.apk.stamp;20 import static com.android.apksig.internal.apk.stamp.V2SourceStampSigner.V2_SOURCE_STAMP_BLOCK_ID;
17 package com.android.apksig.internal.apk.stamp;
16 package com.android.apksig.internal.apk.stamp;
49 --force-stamp-overwrite Whether to overwrite existing source stamp in the51 effect if no source stamp signer config is provided.107 --stamp-signer The signing information for the signer of the source stamp
509 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis() argument510 return stamp.getSeconds() * 1000L + (stamp.getNanos() / 1000000L); in timeStampToMillis()
495 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis() argument496 return stamp.getSeconds() * 1000L + (stamp.getNanos() / 1000000L); in timeStampToMillis()
30 import com.android.apksig.internal.apk.stamp.V2SourceStampSigner;
32 import com.android.apksig.internal.apk.stamp.V2SourceStampVerifier;
34 import com.android.apksig.internal.apk.stamp.V2SourceStampSigner;