Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jyang257
Jyang257
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
14

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jyang257
Customize the badges you want to showcase on your profile
Re: does LiveCycle Digital Signatures support unicode pkcs #12 file? - Adobe LiveCycle 22-09-2009
I'm continuing to investigate.  Sorry for the delay.RegardsSteve

Views

169

Likes

0

Replies

0
Re: which LiveCycle services can handle automatically importing credentials? - Adobe LiveCycle 18-09-2009
Consult http://forums.adobe.com/thread/490036.

Views

136

Likes

0

Replies

0
Re: Can I automatic upload pkcs#12 file into LC Trust Store Management? - Adobe LiveCycle 18-09-2009
You can use the adobe-truststore-client.jar packaged in the SDK to do this.I am sharing a code snippet to use when this is being done using a custom dsc in the LiveCycle container. CredentialServiceClient cl = new CredentialServiceClient(ServiceClientFactory.createInstance()); cl.importCredential("Cred Alias", new com.adobe.idp.Document(new File("p12 file path"),false), "password", new String[]{"truststore.usage.type.sign"});If you were importing a credential for reader extension the last argume...

Views

160

Likes

0

Replies

0
Re: Unable to use PKCS #12 signature PDF file. - Adobe LiveCycle 28-09-2009
Hi Jack,The problem is the digital ID you've created does not contain the Key Usage extension. In order to sign using either the LC server or Acrobat/Reader, the digital ID must contain the Key Usage extension and assert digitalSignature and/or nonRepudiation.Steve

Views

312

Likes

0

Replies

0