Class BcTlsVerifier
java.lang.Object
org.bouncycastle.tls.crypto.impl.bc.BcTlsVerifier
- All Implemented Interfaces:
TlsVerifier
- Direct Known Subclasses:
BcTlsDSSVerifier
,BcTlsRSAPSSVerifier
,BcTlsRSAVerifier
-
Field Summary
Modifier and TypeFieldDescriptionprotected final BcTlsCrypto
protected final org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
Constructor Summary
ModifierConstructorDescriptionprotected
BcTlsVerifier
(BcTlsCrypto crypto, org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bouncycastle.tls.crypto.TlsVerifier
verifyRawSignature
-
Field Details
-
crypto
-
publicKey
protected final org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey
-
-
Constructor Details
-
BcTlsVerifier
protected BcTlsVerifier(BcTlsCrypto crypto, org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey)
-
-
Method Details
-
getStreamVerifier
- Specified by:
getStreamVerifier
in interfaceTlsVerifier
-