128 bit « bit « Java Data Type Q&A





1. java 128 bit structure bit maninpulation    stackoverflow.com

Is there a way to create a 128 bit object in java, that can be bit manipulated the same way as a long or int? I want to do ...

2. Detecting 128 bit Capability    coderanch.com

There are websites (banking sites come to mind) where they check to see if you browser can do 128 bit encryption. OK, how can you do this? I know this: 1.) I can tell if you have a 40 bit or 128 bit Netscape browser. but DON'T know: if you've got 128 bit encryption turned OFF on your 128 bit browser. ...

3. [ask] how to calculate 128 bit number    coderanch.com

hello guys, i just curious. how could i calculate a number that have more than 64 bit, let say 128 bit. Because as we know, the biggest primitive variable is long, which is 64 bit. and if I calculate something, can i know how much time computers need/spend to calculate it? thanks,, sorry for my english, im not english speaker anyway... ...