public class MidSignatureVerifier extends Object
| Constructor and Description |
|---|
MidSignatureVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
verifyWithECDSA(PublicKey signersPublicKey,
MidAuthentication authentication) |
static boolean |
verifyWithRSA(PublicKey signersPublicKey,
MidAuthentication authentication) |
public static boolean verifyWithRSA(PublicKey signersPublicKey, MidAuthentication authentication)
public static boolean verifyWithECDSA(PublicKey signersPublicKey, MidAuthentication authentication)
Copyright © 2019. All rights reserved.