org.apache.maven.mercury.crypto.api
Class AbstractStreamVerifier

java.lang.Object
  extended by org.apache.maven.mercury.crypto.api.AbstractStreamVerifier

public abstract class AbstractStreamVerifier
extends java.lang.Object

Version:
$Id: AbstractStreamVerifier.java 720564 2008-11-25 18:58:02Z ogusakov $
Author:
Oleg Gusakov

Field Summary
protected  StreamVerifierAttributes attributes
           
 
Constructor Summary
AbstractStreamVerifier(StreamVerifierAttributes attributes)
           
 
Method Summary
 StreamVerifierAttributes getAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected StreamVerifierAttributes attributes
Constructor Detail

AbstractStreamVerifier

public AbstractStreamVerifier(StreamVerifierAttributes attributes)
Parameters:
attributes -
Method Detail

getAttributes

public StreamVerifierAttributes getAttributes()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.