Bouncy Castle Cryptography Library 1.86

org.bouncycastle.crypto.generators
Class Argon2BytesGenerator.Block

java.lang.Object
  extended byorg.bouncycastle.crypto.generators.Argon2BytesGenerator.Block
Enclosing class:
Argon2BytesGenerator

public static class Argon2BytesGenerator.Block
extends java.lang.Object

A single 1024-byte memory block used by the Argon2 mixing function. Made public so callers can supply their own BlockPool implementations - see Argon2Parameters.Builder#withBlockPool.


Constructor Summary
Argon2BytesGenerator.Block()
           
 
Method Summary
 Argon2BytesGenerator.Block clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Argon2BytesGenerator.Block

public Argon2BytesGenerator.Block()
Method Detail

clear

public Argon2BytesGenerator.Block clear()

Bouncy Castle Cryptography Library 1.86