Asn1Sequence.java :  » Security » Bouncy-Castle » org » bouncycastle » sasn1 » Java Open Source

Java Open Source » Security » Bouncy Castle 
Bouncy Castle » org » bouncycastle » sasn1 » Asn1Sequence.java
package org.bouncycastle.sasn1;

import java.io.IOException;

/**
 * @deprecated use corresponsding classes in org.bouncycastle.asn1.
 */
public interface Asn1Sequence
{
    Asn1Object readObject() 
        throws IOException;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.