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

org.bouncycastle.tls.crypto.impl.jcajce.GCMUtil Maven / Gradle / Ivy

The newest version!
package org.bouncycastle.tls.crypto.impl.jcajce;

import java.security.spec.AlgorithmParameterSpec;

class GCMUtil
{
    static AlgorithmParameterSpec createGCMParameterSpec(final int tLen, final byte[] src)
        throws Exception
    {
        throw new IllegalStateException();
    }

    static boolean isGCMParameterSpecAvailable()
    {
        return false;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy