A search for

Cipher.getInstance("AES")

is probably better.  Even though Android is using BouncyCastle behind the
scenes, its not public API and there have been problems with including your
own version in your jar unless you jarjar it.

-bri

On Tue, Mar 1, 2011 at 2:57 AM, Earlence <[email protected]> wrote:

> http://lmgtfy.com/?q=Android+BouncyCastle+example
>
>
>
> On Mar 1, 12:58 am, spurwa <[email protected]> wrote:
> > thanks...can you give example for that code using these APIs....hope
> > you can help me....thanks..
> > and maybe you can give reference of it...:D
> >
> > On Mar 1, 12:08 am, Brian Carlstrom <[email protected]> wrote:
> >
> > > You mean like Cipher.getInstance("AES") or Cipher.getInstance("3DES")?
> These
> > > are just standard APIs and are not Android specific. There should be
> lots of
> > > public examples of using these APIs.
> >
> > > -bri
> >
> > > On Mon, Feb 28, 2011 at 6:18 AM, spurwa <[email protected]> wrote:
> > > > Somebody could tell us how to program AES or TripleDES Encryption for
> > > > Android...May be could give us step by step how to configure it....:D
> >
> > > > I Appreciate for your help....
> >
> > > > thanks....
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups
> > > > "Android Security Discussions" group.
> > > > To post to this group, send email to
> > > > [email protected].
> > > > To unsubscribe from this group, send email to
> > > > [email protected].
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-security-discuss?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Security Discussions" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/android-security-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to