org.bouncycastle.jce.provider.test
Class PSSTest

java.lang.Object
  extended by org.bouncycastle.jce.provider.test.PSSTest
All Implemented Interfaces:
Test

public class PSSTest
extends java.lang.Object
implements Test


Nested Class Summary
private  class PSSTest.FixedRandom
           
 
Field Summary
private  byte[] msg1a
           
private  java.security.spec.RSAPrivateCrtKeySpec privKeySpec
           
private  java.security.spec.RSAPublicKeySpec pubKeySpec
           
private  byte[] sig1a
           
private  byte[] sig1b
           
private  byte[] sig1c
           
private  byte[] slt1a
           
 
Constructor Summary
PSSTest()
           
 
Method Summary
private  boolean arrayEquals(byte[] a, byte[] b)
           
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pubKeySpec

private java.security.spec.RSAPublicKeySpec pubKeySpec

privKeySpec

private java.security.spec.RSAPrivateCrtKeySpec privKeySpec

msg1a

private byte[] msg1a

slt1a

private byte[] slt1a

sig1a

private byte[] sig1a

sig1b

private byte[] sig1b

sig1c

private byte[] sig1c
Constructor Detail

PSSTest

public PSSTest()
Method Detail

arrayEquals

private boolean arrayEquals(byte[] a,
                            byte[] b)

perform

public TestResult perform()
Specified by:
perform in interface Test

getName

public java.lang.String getName()
Specified by:
getName in interface Test

main

public static void main(java.lang.String[] args)