Class WeakBB.KeyPair

  • Enclosing class:
    WeakBB


    public static final class WeakBB.KeyPair
    extends java.lang.Object
    WeakBB.KeyPair represents a key pair for weak Boneh-Boyen signatures
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.milagro.amcl.FP256BN.ECP2 getPk​()  
      org.apache.milagro.amcl.FP256BN.BIG getSk​()  
      • Methods inherited from class java.lang.Object

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

      • getSk

        public org.apache.milagro.amcl.FP256BN.BIG getSk​()
      • getPk

        public org.apache.milagro.amcl.FP256BN.ECP2 getPk​()