Re: [dev-crypto] Re: Use PolicyInformation class

2005-07-21 Thread pana
That's true! When the program executes this line: asn1Input = new ASN1InputStream(policyInformationOctetString.getOctets()); Checking the dedug mode, the variables assume this value: asn1Input= ASN1InputStream  (id=74)     END_OF_STREAM= ASN1InputStream$1  (id=75)     eofFound= false     in= Byte

Re: [dev-crypto] Re: Use PolicyInformation class

2005-07-21 Thread pana
I tried also with ASN1Sequence. The exact problem is that when the program is going to execute PolicyInformation.getInstance(), it launches an exception and terminates. Can you help me? bye pana 2005/7/18, David Hook <[EMAIL PROTECTED]>: > > Can you tell me more about the exact problem you are