Class SkED25519PublicKey

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Key, java.security.PublicKey, SecurityKeyPublicKey<net.i2p.crypto.eddsa.EdDSAPublicKey>

    public class SkED25519PublicKey
    extends java.lang.Object
    implements SecurityKeyPublicKey<net.i2p.crypto.eddsa.EdDSAPublicKey>
    See Also:
    Serialized Form
    • Field Detail

      • appName

        private final java.lang.String appName
      • noTouchRequired

        private final boolean noTouchRequired
      • delegatePublicKey

        private final net.i2p.crypto.eddsa.EdDSAPublicKey delegatePublicKey
    • Constructor Detail

      • SkED25519PublicKey

        public SkED25519PublicKey​(java.lang.String appName,
                                  boolean noTouchRequired,
                                  net.i2p.crypto.eddsa.EdDSAPublicKey delegatePublicKey)
    • Method Detail

      • getAlgorithm

        public java.lang.String getAlgorithm()
        Specified by:
        getAlgorithm in interface java.security.Key
      • 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