All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.crypto.tls.CertificateStatusType Maven / Gradle / Ivy

package org.bouncycastle.crypto.tls;

public class CertificateStatusType
{
    /*
     *  RFC 3546 3.6
     */
    public static final short ocsp = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy