private ProtocolHashedVersion getProtocolHashedVersion() {
return CoreWaveletOperationSerializer.serialize(getHashedVersion());
}
private WaveSignatureVerifier getRealVerifier(CertPathStore store) throws Exception {
TrustRootsProvider trustRoots = new DefaultTrustRootsProvider();
VerifiedCertChainCache cache = new DefaultCacheImpl(getFakeTimeSource());
WaveCertPathValidator validator = new CachedCertPathValidator(
cache, getFakeTimeSource(), trustRoots);
return new WaveSignatureVerifier(validator, store);