diff options
author | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-06-04 06:57:24 +0000 |
---|---|---|
committer | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-06-04 06:57:24 +0000 |
commit | 8b5c572f1a052b09150676e60f07a7c41ec364ff (patch) | |
tree | 574e086f577be51d1004e259d73a652c34967cea /gnu/javax/crypto/jce/spec/TMMHParameterSpec.java | |
parent | 20c3a14681b1908651c5f28bfaa59aec9b6104c5 (diff) | |
download | classpath-8b5c572f1a052b09150676e60f07a7c41ec364ff.tar.gz |
2006-06-04 Raif S. Naffah <raif@swiftdsl.com.au>
* gnu/javax/crypto/sasl/SaslUtil.java: Remove unused import.
* gnu/javax/crypto/sasl/srp/SRPRegistry.java (PASSWORD_DB): Fix javadoc @link.
* gnu/javax/crypto/sasl/srp/PasswordFile.java: Removed unused import.
* gnu/javax/crypto/prng/CSPRNG.java (FILE_SOURCES): Fix javadoc @see.
(getSystemInstance): Fix javadoc @link.
(counter): Increased visibility.
* gnu/javax/crypto/pad/TLS1.java: Remove unused import.
* gnu/javax/crypto/pad/IPad.java: Fix javadoc @link.
* gnu/javax/crypto/pad/PKCS1_V1_5.java (PKCS1_V1_5): Likewise.
* gnu/javax/crypto/pad/PKCS7.java (PKCS7): Likewise.
* gnu/javax/crypto/pad/TBC.java (TBC): Likewise.
* gnu/javax/crypto/mode/CTR.java: Remove unused import.
* gnu/javax/crypto/mode/BaseMode.java (defaultBlockSize): Fix javadoc @see.
* gnu/javax/crypto/key/dh/GnuDHPrivateKey.java (getEncoded): Fix javadoc @see.
* gnu/javax/crypto/jce/spec/TMMHParameterSpec.java: Fix javadoc @link.
* gnu/javax/crypto/keyring/AuthenticatedEntry.java: Remove unused imports.
* gnu/javax/crypto/keyring/CertificateEntry.java: Likewise.
* gnu/javax/crypto/keyring/CertPathEntry.java: Likewise.
* gnu/javax/crypto/keyring/EncryptedEntry.java: Likewise.
* gnu/javax/crypto/keyring/PublicKeyEntry.java: Likewise.
* gnu/javax/crypto/mac/OMAC.java: Likewise.
* gnu/javax/crypto/jce/key/AnubisSecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/key/BlowfishSecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/key/Cast5SecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/key/RijndaelSecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/key/SerpentSecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/key/SquareSecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java: Likewise.
* gnu/javax/crypto/jce/mac/OMacImpl.java: Likewise.
* gnu/javax/crypto/jce/prng/CSPRNGSpi.java: Likewise.
* gnu/javax/crypto/cipher/IBlockCipherSpi.java: Fix javadoc @link.
* gnu/javax/crypto/jce/cipher/CipherAdapter.java (CipherAdapter): Likewise.
* gnu/javax/crypto/cipher/BaseCipher.java: Remove unused import.
* gnu/javax/crypto/assembly/Cascade.java: Fix javadoc @link.
* gnu/javax/crypto/assembly/Direction.java: Likewise.
* gnu/javax/crypto/assembly/Transformer.java: Likewise.
Diffstat (limited to 'gnu/javax/crypto/jce/spec/TMMHParameterSpec.java')
-rw-r--r-- | gnu/javax/crypto/jce/spec/TMMHParameterSpec.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java b/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java index 0ebec0991..a3b5f26e8 100644 --- a/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java +++ b/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java @@ -45,7 +45,7 @@ import java.security.spec.AlgorithmParameterSpec; /** * This class represents the algorithm parameters for the Truncated * Multi-Modular Hash function for use with JCE-derived instances of - * {@link gnu.crypto.mac.TMMH16}. + * {@link gnu.javax.crypto.mac.TMMH16}. * * <p>This class is little more than a container for the key stream, tag * length, and prefix parameters for the TMMH algorithm. |