Uses of Class
org.conscrypt.DigitalSignature
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of DigitalSignature in org.conscrypt
Methods in org.conscrypt with parameters of type DigitalSignature Modifier and Type Method Description static voidServerKeyExchange. updateSignatureDh(DigitalSignature ds, BigInteger p, BigInteger g, BigInteger y)static voidServerKeyExchange. updateSignatureRsa(DigitalSignature ds, BigInteger modulus, BigInteger publicExponent)booleanServerKeyExchange. verifySignature(DigitalSignature ds)