Class RSAKeyData


  • public class RSAKeyData
    extends java.lang.Object
    Author:
    axel
    • Constructor Detail

      • RSAKeyData

        public RSAKeyData​(int index,
                          RSAKeyData.Type type,
                          byte[] keyLogData,
                          byte[] publicKeyData)
    • Method Detail

      • getIndex

        public int getIndex()
      • getStatus

        public int getStatus()
      • getKeyType

        public int getKeyType()
      • getKeyNum

        public int getKeyNum()
      • getKeyVersion

        public int getKeyVersion()
      • getPublicKey

        public java.security.PublicKey getPublicKey()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object