Class DtlsUtils
- java.lang.Object
-
- org.jitsi.impl.neomedia.transform.dtls.DtlsUtils
-
public class DtlsUtils extends Object
Utilities and constants for use with the BouncyCastle API.
-
-
Field Summary
Fields Modifier and Type Field Description static org.bouncycastle.tls.crypto.impl.bc.BcTlsCryptoBC_TLS_CRYPTOA crypto instance initialized with the defaultSecureRandom.
-
Constructor Summary
Constructors Constructor Description DtlsUtils()
-
-
-
Field Detail
-
BC_TLS_CRYPTO
public static final org.bouncycastle.tls.crypto.impl.bc.BcTlsCrypto BC_TLS_CRYPTO
A crypto instance initialized with the defaultSecureRandom.
-
-