Class PKCS1Encoding

  • All Implemented Interfaces:
    AsymmetricBlockCipher

    public class PKCS1Encoding
    extends java.lang.Object
    implements AsymmetricBlockCipher
    this does your basic PKCS 1 v1.5 padding - whether or not you should be using this depends on your application - see PKCS1 Version 2 for details.