Class CodeSigning


  • public class CodeSigning
    extends java.lang.Object
    • Method Detail

      • signApp

        public boolean signApp()
                        throws java.io.IOException,
                               java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • retrieveAllMobileProvisions

        public static java.util.List<MobileProvision> retrieveAllMobileProvisions()
      • verifyCodesign

        public static boolean verifyCodesign​(java.nio.file.Path target)
                                      throws java.io.IOException,
                                             java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • retrieveAllIdentities

        public static java.util.List<Identity> retrieveAllIdentities()