Java org.bouncycastle.crypto.generators DESKeyGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.generators DESKeyGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.generators DESKeyGenerator.

The text is from its open source code.

Constructor

Method

byte[]generateKey()
voidinit(KeyGenerationParameters param)
initialise the key generator - if strength is set to zero the key generated will be 64 bits in size, otherwise strength can be 64 or 56 bits (if you don't count the parity bits).