AES for J2SE 1.4.1

Hi all,
Is AES available for J2SE 1.4.1 as a separate download. I want to avoid BouncyCastle, since I believe Sun material is more reliable than others.
rgds
Antony Paul

Aham, "Sun's" implementation of AES is borrowed from www.cryptix.org (just read the source code of the JCE 1.4.2, available in the SCSL Source Code download at http://java.sun.com/downloads )
It's not from a Sun engineer.
If you need to "plug" an AES implementation just copy the www.cryptix.org source code (that's used in BouncyCastle as well) and adapt it to your code.

Similar Messages

  • Default port for J2SE Adapter Engine?

    Hello all,
    what is the default port for J2SE Adapter Engine? How do I restart this adapter engine?
    Regards,
    N.S

    Swamy,
    8200 is the default port. Also go through this help of how to start and stop the J2SE Adapter Engine:
    http://help.sap.com/saphelp_nw04/helpdata/en/12/5dd23aaad7b3408dde3c1577fda5b3/frameset.htm
    ---Satish

  • URL For J2SE Adapter Engine Configuration

    Hi All,
    I have to go for adapter configuration for that i need to go to Adapter Engine Configuration Screen. So can any one please tell me the URL for going to the particular screen.
    Regards,
    Rahul

    Hi rahul,
      I think URL for J2SE adapter engine is http://hostname:portname. Just check following link :
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/frameset.htm">J2SE ADAPTER ENGINE</a>
    Regards,
    Keith.

  • Installing JRE for J2SE application on fanless linux mini pc.

    Good afteroon.
    I want install a JRE for J2SE application on mini pc fanless .It is possible?
    What about hardware settings,performance of this mini pc?
    Bye.

    Was wondering this myself. Cannot find a class path on ubuntu. if there is one at all.

  • Is there an open FREE Math/Stat package for J2SE available?

    Hi,
    I asked something similar before, but my question was not as clear as now: Is there an open FREE Math/Stat package for J2SE available?
    If yes, can this package do multiple linear regression?
    If yes, where can it be downloaded from?
    Thanks, rasped

    yes but cannot do regression.
    yet have the matrix classes necessary to do your own regression classe.
    http://hoschek.home.cern.ch/hoschek/colt/

  • Ping error in RWB for J2SE Adapter Engine

    Hi,
    we have several external J2SE adapter engines and they function great other than from a monitoring perspective. In RWB "Ping Status" I'm getting the following:
    HTTP request failed. Error code: "401". Error message: "Authorization Required"
    Suggestions?
    Cheers,
    Mattias

    <u>This is not an answer to your question.</u>
    I've tried to get an answer for: how to register J2SE adapter with Integration Server ?
    I tried using SLDAccess service on J2SE adapter with no luck (with this J2SE Adapter Engine is registered in the SLD). My J2SE adapter was never available in the configuration means, in the communication channel ex: file adapter, for the adapter engine drop down all I have is Integration Server, my J2SE adapter was never listed there.
    If you know an answer please post.
    thanks
    SKM<u></u>

  • Content Conversion for J2SE Adapter

    Hi,
    I have configured the J2SE Adapter properly,
    Still content conversion is not taking place for my file and it is going unconverted to xi.
    Following is the process.
    I have the file as:
    <b>0000665811     0111     500.00     20071217</b>
    I Require the xml as
    <b><ns0:Mt_Customer_Balance_Info xmlns:ns0="http://aoa.nestle.com/fi">
       <RECORDSET>
          <CUSC>0000665811</CUSC>
          <CRCA>0111</CRCA>
          <OBAL>500.00</OBAL>
          <DATE_REPORT>20071217</DATE_REPORT>
       </RECORDSET>
    </ns0:Mt_Customer_Balance_Info></b>
    I have configured as follows:
    <b>mode=FILE2XMBWITHROWCONVERSION
    xml.processFieldNames=fromConfiguration
    xml.fieldSeparator='0x09'
    xml.lastFieldsOptional=NO
    xml.endSeparator=nl
    xml.fieldNames=CUSC,CRCA,OBAL,DATE_REPORT
    xml.structureTitle=RECORDSET
    xml.documentName=FILE
    xml.documentNamespace=http://aoa.nestle.com/fi</b>
    Can you help me regarding this?

    hi anupam,
    u may refer this and see if u have done the configuration correctly.
    http://help.sap.com/saphelp_nw04/helpdata/en/88/0f453cf1fcc85ee10000000a11402f/frameset.htm
    regards,
    latika.

  • Configuring Receiver File Adapter for J2SE

    Hi All,
    I have a scenario in which i need to convert the IDOC data into a fixed length file.
    I did mapping according to the output structure of the file.
    My Output file format is as follows...
    Document1          document2      document3      etc
    Each document contains different fields with different lengths
    In XI-FIle adapter we give Recordset structure : Document1,Document2,Document3.
    But while configuring Receiver File adapter in J2SE.
    There is no option mentioned in J2SE Adapter.
    <b>http://saphelp.border-states.com/EN/95/bb623c6369f454e10000000a114084/content.htm</b>
    Please throw some light on the same.
    Thank You
    Regards,
    Reehan

    as far as i read the document, what i understood is that the J2SE adapter has a limitation.
    your XML structure should be as mention in the link;
    <i>To convert a table in XML format to pure text format, the document format must be the same as that which is generated by the sender file/FTP adapter in mode FILE2XMBWITHROWCONVERSION <i>(with the default value <row> for the structure)</i> and the sender JDBC adapter. This means that the document structure looks like this:
    <resultset>
    <row>
    <column-name1>column-value</column-name1>
    <column-name2>column-value</column-name2>
    <column-name3>column-value</column-name3>
    </row>
    <row>
    <column-name1>column-value</column-name1>
    <column-name2>column-value</column-name2>
    <column-name3>column-value</column-name3>
    </row>
    </resultset>
    This is an example for 3 columns and 2 lines. The number of lines and columns is, of course, unlimited. <b>The XML elements in italics can be defined by the user and the elements of a line must be grouped within an element of type <row> … </row></b>.</i>
    So cannot take the <b>recordset structure</b> as we have for the normal File adapter.

  • Where to find coding best practices for j2se 5 specific features?

    The Coding conventions page seems to be out of date (http://java.sun.com/docs/codeconv/) since it was last updated in 1999. Where can I find the new dos and don'ts for the new J2se 5 features,

    Maybe
    Thinking InJava would be a nice place to start.I just checked my library to see whether I own Effective Java (just
    changed that). My first reaction was: "WTF? I have a J2ME book? And
    JDBC, of all things!?" :)lol! In a way I like the idea of a j2me technology stack; I just find the
    realization thereof a totally, dumb mess. Those telecom drones don't
    really want to be compliant so nor will their implementations they
    provide either.
    JDBC is just a necessary evil, no more no less. xml is an invention of
    the devil's bad and nasty sister though ;-)
    kind regards,
    Jos

  • Generic Connection Framework Optional Package for J2SE

    i have learnt that the Generic Connection Framework Optional Package can be used to make J2SE able to use J2ME classes. However, how can i implement the package so that i can do so.
    Thank you for your advice.

    http://developers.sun.com/techtopics/mobility/midp/articles/genericframework/

  • Requirements for J2se with jsr82 implementation

    Hi!
    I am new to JSR-82 .
    Now I Planned to small J2SE application with bluetooth.
    In my application want to receive the data from other bluetooth device.
    I dont had any idea about how to do it? . At that time I heard about JSR-82.
    But I dont have clear idea about what are the requirement need for do that!
    In my system , loaded UBUNTU 9.04 , and also my system didn't have any blue tooth support!
    Can I develop the application with this system support

    hi,
    if PLM is not there then u talk to ur BASIS team so that they will implement the Patch for PLM. and if u r currently on ECC6.0 EHP4 or 5 then already this application is in area menu.
    Regards

  • Serious help needed regarding bluetooth APIs for j2se

    I am pursuing my bachelors degree, as part of my final year I have to complete a project which is based on bluetooth connection between the PC and mobile device.
    On PC j2se and On mobile j2me
    j2me has JSR 82 API
    j2se ?
    please tell me what is needed to establish the connection and how this is to be implemented

    I'm looking to setup a simple (one-way) messaging system to send text to mobile devices. I use Java 2 sdk 1.5 and am looking for some sort of API (jar file to extend with) so that this becomes possible. Do you have any suggestions? Thanks is advance.

  • Generic Connection Framework implementation for J2SE

    Hi all,
    I need to use HttpConnection and Connector in my J2SE application because it was ported from CLDC/MIDP environment.
    I found that there is a JSR (197) but I not found an implementation of this document. The only usefull link I found with Google is this:
    http://www.microjava.com/articles/techtalk/connection_framework?content_id=798
    but with this method I can't obtain HttpConnection...
    Can you help me?
    Thanks,
    Renato

    First of all: thanks :-).
    I don't know how to transalte these methods:
    getPort
    getProtocol
    getQuery
    getRef
    getRequestMethod
    getRequestProperty
    getResponseCode
    getResponseMessage
    getURL
    setRequestMethod
    setRequestProperty
    getEncoding
    getLength
    getType
    I made a library to use http over bluetooth from a MIDP device, so I need all HttpConnection method.
    Thank you,
    Renato

  • Solaris 10 support for J2SE 1.4.2_06?

    As in, does it? I managed to find a reference to 1.4.2_07 being tested on Solaris 10, but haven't found anything for 1.4.2_06...
    Any ideas? Whats the official policy from Sun? And could we perchance have a compatibility chart on the site showing which versions have been certified against which platforms etc to avoid this sort of question in the future? :-)
    Cheers
    Brian

    No idea, but 1.5.0 is out now :)

  • Does apple airport support wpa2-with AES for encryption?

    I am not seeing it anywhere when trying to log into the local wiireless network.
    under the 802.1x is there another layer for eap-fast?

    under the 802.1x is there another layer for eap-fast?
    I'm not quite sure I understand your question. The AirPort supports connectivity with the following 802.11x protocols: TTLS, PEAP, TLS, EAP-FAST, LEAP & MD5. You can establish User/Windows Login/System profiles to include any combination of these protocols.

Maybe you are looking for