Class RSASignature


  • public class RSASignature
    extends java.lang.Object
    RSASignature.
    • Constructor Summary

      Constructors 
      Constructor Description
      RSASignature​(java.math.BigInteger s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getS()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSASignature

        public RSASignature​(java.math.BigInteger s)
    • Method Detail

      • getS

        public java.math.BigInteger getS()