All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.provider.rpk.RIPEMD160_RPK_PKCS1Signature

java.lang.Object
   |
   +----java.security.Signature
           |
           +----cryptix.provider.rpk.Any_RPK_PKCS1Signature
                   |
                   +----cryptix.provider.rpk.RIPEMD160_RPK_PKCS1Signature

public class RIPEMD160_RPK_PKCS1Signature
extends Any_RPK_PKCS1Signature
A class to digest a message with RIPEMD160, and sign/verify the resulting hash using the RPK key encryption/decryption scheme, with PKCS#1-like block padding.

Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.3 $

Author:
Raif S. Naffah

Constructor Index

 o RIPEMD160_RPK_PKCS1Signature()

Method Index

 o getAlgorithmId()
Return the ASN bytes of the AlgorithmIdentifier token required by the engineSign() method.

Constructors

 o RIPEMD160_RPK_PKCS1Signature
 public RIPEMD160_RPK_PKCS1Signature()

Methods

 o getAlgorithmId
 protected byte[] getAlgorithmId()
Return the ASN bytes of the AlgorithmIdentifier token required by the engineSign() method.

Overrides:
getAlgorithmId in class Any_RPK_PKCS1Signature

All Packages  Class Hierarchy  This Package  Previous  Next  Index