Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.symmetric
Class TLSKDF.TLS12withSHA512

java.lang.Object
  |
  +--javax.crypto.SecretKeyFactorySpi
        |
        +--org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
              |
              +--org.bouncycastle.jcajce.provider.symmetric.TLSKDF.TLSKeyMaterialFactory
                    |
                    +--org.bouncycastle.jcajce.provider.symmetric.TLSKDF.TLS12
                          |
                          +--org.bouncycastle.jcajce.provider.symmetric.TLSKDF.TLS12withSHA512
All Implemented Interfaces:
PBE
Enclosing class:
TLSKDF

public static final class TLSKDF.TLS12withSHA512
extends TLSKDF.TLS12


Inner classes inherited from class org.bouncycastle.jcajce.provider.symmetric.util.PBE
PBE.Util
 
Fields inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
algName, algOid
 
Fields inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE
GOST3411, MD2, MD5, OPENSSL, PKCS12, PKCS5S1, PKCS5S1_UTF8, PKCS5S2, PKCS5S2_UTF8, RIPEMD160, SHA1, SHA224, SHA256, SHA3_224, SHA3_256, SHA3_384, SHA3_512, SHA384, SHA512, SM3, TIGER
 
Constructor Summary
TLSKDF.TLS12withSHA512()
           
 
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.TLSKDF.TLS12
engineGenerateSecret
 
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
engineGetKeySpec, engineTranslateKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSKDF.TLS12withSHA512

public TLSKDF.TLS12withSHA512()

Bouncy Castle Cryptography Library 1.77.0