Class Signers


  • public class Signers
    extends java.lang.Object
    Factory class for creation of signers.
    • Constructor Summary

      Constructors 
      Constructor Description
      Signers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EcdsaSigner newEcdsaSigner()
      Create a new ECDSA signer with 256 bit keysize.
      static RsaSigner newRsaSigner()
      Create a new RSA signer with 2048 bit keysize.
      • Methods inherited from class java.lang.Object

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

      • Signers

        public Signers()
    • Method Detail

      • newEcdsaSigner

        public static EcdsaSigner newEcdsaSigner()
        Create a new ECDSA signer with 256 bit keysize.
      • newRsaSigner

        public static RsaSigner newRsaSigner()
        Create a new RSA signer with 2048 bit keysize.