Class CompositePublicKey

    • Constructor Detail

      • CompositePublicKey

        public CompositePublicKey​(PublicKey... keys)
        Create a composite key containing a single public key.
        Parameters:
        keys - the public keys the composite key wraps.
    • Method Detail

      • getPublicKeys

        public List<PublicKey> getPublicKeys()
        Return a list of the component private keys making up this composite.
        Returns:
        an immutable list of private keys.
      • getEncoded

        public byte[] getEncoded()
        Specified by:
        getEncoded in interface Key
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object