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

2005-07-21 Thread pana
    ASN1InputStream asn1Input = new> > > > ASN1InputStream(policyInformationExtensionValue ); > > > >> > > >   DEROctetString policyInformationOctetString = (DEROctetString)> > > > asn1Input.readObject();> > > >> > > >   asn1Input = new AS

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

2005-07-21 Thread pana
ut.readObject(); > > > > > > asn1Input = new ASN1InputStream(policyInformationOctetString > > > .getOctets()); > > > > > > PolicyInformation policyInformation = > > > PolicyInformation.getInstance((DERBitString) asn1Input.readObj