Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7066987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:08:50+00:00 2026-05-28T05:08:50+00:00

I am trying to generate on my Android app pkcs7 file to communicate between

  • 0

I am trying to generate on my Android app pkcs7 file to communicate between client and server (confidential data are transmitted between them).

I actually try SpongyCastle which seems fine for the job.

Actually, I tried with the example given : AttrCertExample. My certificate seems generated by the end (a v3 one) and verified, all is OK.

Then I try to make a der version of it like this :

String strResult = Base64.encode(cert.getTBSCertificate(), Base64.NO_WRAP).toString();

But the result of this operation gives me a very little Base 64 encoded String (where I wanted to have something like this :

MIICyzCCAbOgAwI [ … ] 6Shws= (960 chars in base 64)

Do you actually know how to get a PKCS#7 version of the certificate generated by SpongyCastle ?

Thanks a lot in advance, I appreciate the help. I can give some more code if needed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:08:50+00:00Added an answer on May 28, 2026 at 5:08 am

    I got the answer quickly. This is how you do this :

    // returns a byte array containing the Certificate
    byte[] buf = clientCert.getEncoded(); 
    
    // Returns Base64 encoded certificate
    String strCertificateCrypted_b64 = new String(Base64.encode(buf, Base64.NO_WRAP)); 
    

    Then you obtain a certificate like this :

    MIIDHjCCAgagAwIBAgIEOH9W+ [...] czP+BohBw==
    

    By saving this with DER extension, you will be able to see certificate contents easily.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying reading a Pdf file from android app. It builds an app
I'm trying to generate a custom dialog in Android. I create my Dialog like
I'm trying to generate customized xml files from a template xml file in python.
I am trying to generate a Sandcastle help file for a website. In the
I'm trying to create an Android app that adds a random quote to images.
I am trying to develop my first Android app through the ADT plugins for
I have a android webservice client application. I am trying to use the java
I'm trying to make and android app with some dynamically drawn views. Currently, the
I'm trying to start a new activity in my android app, and I'm trying
I am trying to download a file from FTP via my app. But neither

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.