java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.Hostname
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class Hostname extends org.bouncycastle.asn1.ASN1Object
Hostname ::= UTF8String (SIZE(0..255))
  • Constructor Details

    • Hostname

      public Hostname(String hostName)
  • Method Details

    • getInstance

      public static Hostname getInstance(Object src)
    • getHostName

      public String getHostName()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object