Package org.bouncycastle.bcpg.sig

Examples of org.bouncycastle.bcpg.sig.RevocationReason


    /**
     * Sets revocation reason sub packet
     */
    public void setRevocationReason(boolean isCritical, byte reason, String description)
    {
        list.add(new RevocationReason(isCritical, reason, description));
    }
View Full Code Here

TOP

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

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.