org.apache.maven.mercury.crypto.api
Interface StreamVerifier
- All Superinterfaces:
- StreamObserver
public interface StreamVerifier
- extends StreamObserver
getAttributes
StreamVerifierAttributes getAttributes()
getSignature
java.lang.String getSignature()
throws StreamVerifierException
- Throws:
StreamVerifierException
initSignature
void initSignature(java.lang.String signatureStream)
throws StreamVerifierException
- Throws:
StreamVerifierException
verifySignature
boolean verifySignature()
throws StreamVerifierException
- Throws:
StreamVerifierException
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.