Package org.bouncycastle.bcpg.sig

Examples of org.bouncycastle.bcpg.sig.PreferredAlgorithms


   
    public void setPreferredCompressionAlgorithms(
        boolean     isCritical,
        int[]       algorithms)
    {
        list.add(new PreferredAlgorithms(SignatureSubpacketTags.PREFERRED_COMP_ALGS, isCritical, algorithms));
    }
View Full Code Here

TOP

Related Classes of org.bouncycastle.bcpg.sig.PreferredAlgorithms

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.