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

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

public abstract class AbstractStreamVerifierFactory
extends java.lang.Object

Helper for implementing stream verifier factories, takes care of attributes

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

Field Summary
protected  StreamVerifierAttributes attributes
           
 
Constructor Summary
AbstractStreamVerifierFactory(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

AbstractStreamVerifierFactory

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

getAttributes

public StreamVerifierAttributes getAttributes()


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