Class SkED25519PublicKey

    • Field Detail

      • appName

        private final java.lang.String appName
      • noTouchRequired

        private final boolean noTouchRequired
      • delegatePublicKey

        private final java.security.PublicKey delegatePublicKey
    • Constructor Detail

      • SkED25519PublicKey

        public SkED25519PublicKey​(java.lang.String appName,
                                  boolean noTouchRequired,
                                  java.security.PublicKey delegatePublicKey)
    • Method Detail

      • getAlgorithm

        public java.lang.String getAlgorithm()
        Specified by:
        getAlgorithm in interface java.security.Key
      • getKeyType

        public java.lang.String getKeyType()
        Description copied from interface: SshPublicKey
        Retrieves the SSH key type.
        Specified by:
        getKeyType in interface SshPublicKey
        Returns:
        the SSH key type, never null.
      • getFormat

        public java.lang.String getFormat()
        Specified by:
        getFormat in interface java.security.Key
      • getEncoded

        public byte[] getEncoded()
        Specified by:
        getEncoded in interface java.security.Key
      • toString

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object