Example usage for javax.crypto Cipher subclass-usage

List of usage examples for javax.crypto Cipher subclass-usage

Introduction

In this page you can find the example usage for javax.crypto Cipher subclass-usage.

Usage

From source file org.sonar.api.config.AesCipher.java

final class AesCipher extends Cipher {

    // Can't be increased because of Java 6 policy files :
    // https://confluence.terena.org/display/~visser/No+256+bit+ciphers+for+Java+apps
    // http://java.sun.com/javase/6/webnotes/install/jre/README
    public static final int KEY_SIZE_IN_BITS = 128;

From source file org.sonar.application.AesCipher.java

final class AesCipher extends Cipher {

    // Can't be increased because of Java 6 policy files :
    // https://confluence.terena.org/display/~visser/No+256+bit+ciphers+for+Java+apps
    // http://java.sun.com/javase/6/webnotes/install/jre/README
    public static final int KEY_SIZE_IN_BITS = 128;