org.apache.maven.mercury.crypto.sha
Class SHA1VerifierFactory

java.lang.Object
  extended by org.apache.maven.mercury.crypto.api.AbstractStreamVerifierFactory
      extended by org.apache.maven.mercury.crypto.sha.SHA1VerifierFactory
All Implemented Interfaces:
StreamVerifierFactory

public class SHA1VerifierFactory
extends AbstractStreamVerifierFactory
implements StreamVerifierFactory


Field Summary
static java.lang.String DEFAULT_EXTENSION
           
 
Fields inherited from class org.apache.maven.mercury.crypto.api.AbstractStreamVerifierFactory
attributes
 
Constructor Summary
SHA1VerifierFactory(boolean lenient, boolean satisfactory)
           
SHA1VerifierFactory(StreamVerifierAttributes attrs)
           
 
Method Summary
 java.lang.String getDefaultExtension()
           
 StreamVerifier newInstance()
           
 
Methods inherited from class org.apache.maven.mercury.crypto.api.AbstractStreamVerifierFactory
getAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EXTENSION

public static final java.lang.String DEFAULT_EXTENSION
See Also:
Constant Field Values
Constructor Detail

SHA1VerifierFactory

public SHA1VerifierFactory(StreamVerifierAttributes attrs)

SHA1VerifierFactory

public SHA1VerifierFactory(boolean lenient,
                           boolean satisfactory)
Method Detail

newInstance

public StreamVerifier newInstance()
Specified by:
newInstance in interface StreamVerifierFactory

getDefaultExtension

public java.lang.String getDefaultExtension()
Specified by:
getDefaultExtension in interface StreamVerifierFactory


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