Class PublicKey

    • Constructor Detail

      • PublicKey

        public PublicKey()
    • Method Detail

      • fromBytes

        public static PublicKey fromBytes​(byte[] bytes)
                                   throws java.security.NoSuchAlgorithmException
        Throws:
        java.security.NoSuchAlgorithmException
      • fromAbstractPublicKey

        public static PublicKey fromAbstractPublicKey​(com.syntifi.crypto.key.AbstractPublicKey key)
      • getPubKey

        public com.syntifi.crypto.key.AbstractPublicKey getPubKey()
                                                           throws java.security.NoSuchAlgorithmException
        Throws:
        java.security.NoSuchAlgorithmException