public class X509CertificateStructure extends Object implements X509ObjectIdentifiers, org.bouncycastle.asn1.DEREncodable, org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
if (obj instanceof X509CertificateStructure)
{
return (X509CertificateStructure)obj;
}
else if (obj instanceof ASN1Sequence)
{
return new X509CertificateStructure((ASN1Sequence)obj);
}
throw new IllegalArgumentException("unknown object in factory");