DERString.java :  » UnTagged » droid292 » org » bouncycastle » asn1 » Android Open Source

Android Open Source » UnTagged » droid292 
droid292 » org » bouncycastle » asn1 » DERString.java
package org.bouncycastle.asn1;

/**
 * basic interface for DER string objects.
 */
public interface DERString
{
    public String getString();
}
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.