Package se.idsec.utils.printcert.data
Class SubjectAttributeInfo
- java.lang.Object
-
- se.idsec.utils.printcert.data.SubjectAttributeInfo
-
public class SubjectAttributeInfo extends Object
- Author:
- stefan
-
-
Constructor Summary
Constructors Constructor Description SubjectAttributeInfo()SubjectAttributeInfo(ASN1ObjectIdentifier oid, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDispName()ASN1ObjectIdentifiergetOid()SubjectDnTypegetType()StringgetValue()voidsetDispName(String dispName)voidsetOid(ASN1ObjectIdentifier oid)voidsetType(SubjectDnType type)voidsetValue(String value)
-
-
-
Constructor Detail
-
SubjectAttributeInfo
public SubjectAttributeInfo(ASN1ObjectIdentifier oid, String value)
-
SubjectAttributeInfo
public SubjectAttributeInfo()
-
-
Method Detail
-
getType
public SubjectDnType getType()
-
setType
public void setType(SubjectDnType type)
-
getOid
public ASN1ObjectIdentifier getOid()
-
setOid
public void setOid(ASN1ObjectIdentifier oid)
-
getDispName
public String getDispName()
-
setDispName
public void setDispName(String dispName)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-