Esempio n. 1
0
  @Test
  public void testConstruction() throws EncodingException {
    // Debug: This should be a Certificate.
    Data certificate = new Data();
    certificate.wireDecode(new Blob(CERT, false));

    // TODO: Finish tests.
  }