![JAR search and dependency download from the Maven repository](/logo.png)
org.bouncycastle.its.asn1.TwoDLocation Maven / Gradle / Ivy
package org.bouncycastle.its.asn1;
import org.bouncycastle.asn1.ASN1Object;
import org.bouncycastle.asn1.ASN1Primitive;
/**
*
* TwoDLocation ::= SEQUENCE {
* latitude Latitude,
* longitude Longitude
* }
*
*/
public class TwoDLocation
extends ASN1Object
{
public ASN1Primitive toASN1Primitive()
{
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy