Class CertificateVerify


  • public final class CertificateVerify
    extends java.lang.Object
    • Constructor Detail

      • CertificateVerify

        public CertificateVerify​(int algorithm,
                                 byte[] signature)
    • Method Detail

      • getAlgorithm

        public int getAlgorithm()
        Returns:
        the algorithm (a signature scheme)
        See Also:
        SignatureScheme
      • getSignature

        public byte[] getSignature()
      • encode

        public void encode​(java.io.OutputStream output)
                    throws java.io.IOException
        Encode this CertificateVerify to an OutputStream.
        Parameters:
        output - the OutputStream to encode to.
        Throws:
        java.io.IOException