Tabnine Logo
DefaultApkSignerEngine$OutputApkSigningBlockRequestImpl.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
com.android.apksig.DefaultApkSignerEngine$OutputApkSigningBlockRequestImpl
constructor

Best Java code snippets using com.android.apksig.DefaultApkSignerEngine$OutputApkSigningBlockRequestImpl.<init> (Showing top 1 results out of 315)

origin: mcxiaoke/ApkSigner

@Override
public OutputApkSigningBlockRequest outputZipSections(
    DataSource zipEntries,
    DataSource zipCentralDirectory,
    DataSource zipEocd)
        throws IOException, InvalidKeyException, SignatureException,
            NoSuchAlgorithmException {
  checkNotClosed();
  checkV1SigningDoneIfEnabled();
  if (!mV2SigningEnabled) {
    return null;
  }
  invalidateV2Signature();
  byte[] apkSigningBlock =
      V2SchemeSigner.generateApkSigningBlock(
          zipEntries, zipCentralDirectory, zipEocd, mV2SignerConfigs);
  mAddV2SignatureRequest = new OutputApkSigningBlockRequestImpl(apkSigningBlock);
  return mAddV2SignatureRequest;
}
com.android.apksigDefaultApkSignerEngine$OutputApkSigningBlockRequestImpl<init>

Popular methods of DefaultApkSignerEngine$OutputApkSigningBlockRequestImpl

    Popular in Java

    • Start an intent from android
    • orElseThrow (Optional)
      Return the contained value, if present, otherwise throw an exception to be created by the provided s
    • getSystemService (Context)
    • onRequestPermissionsResult (Fragment)
    • PrintStream (java.io)
      Fake signature of an existing Java class.
    • MalformedURLException (java.net)
      This exception is thrown when a program attempts to create an URL from an incorrect specification.
    • Selector (java.nio.channels)
      A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
    • DateFormat (java.text)
      Formats or parses dates and times.This class provides factories for obtaining instances configured f
    • GregorianCalendar (java.util)
      GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
    • JComboBox (javax.swing)
    • CodeWhisperer alternatives
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now