Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ArmoredOutputStream (0.18 sec)

  1. platforms/software/security/src/testFixtures/groovy/org/gradle/security/fixtures/SigningFixtures.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.security.fixtures
    
    import groovy.transform.CompileStatic
    import org.bouncycastle.bcpg.ArmoredOutputStream
    import org.bouncycastle.bcpg.CompressionAlgorithmTags
    import org.bouncycastle.bcpg.HashAlgorithmTags
    import org.bouncycastle.bcpg.PublicKeyAlgorithmTags
    import org.bouncycastle.bcpg.attr.ImageAttribute
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/writer/WriteDependencyVerificationFile.java

                        }
                    }
                }
                // Then write the ascii armored keyring
                try (FileOutputStream fos = new FileOutputStream(ascii, true);
                     ArmoredOutputStream out = new ArmoredOutputStream(fos)) {
                    keyRing.encode(out, true);
                }
                hasKey = true;
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top