Package com.blackhillsoftware.smf.smf119
Class ZertDetailCertificateDN
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.ZertDetailCertificateDN
-
Method Summary
Modifier and TypeMethodDescriptionstatic ZertDetailCertificateDNcreate(byte[] Data, int offset, int length) create is intended for internal use only.SMF119SC_DN value.intSMF119SC_DN_Len value.SMF119SC_DN_Type as a DnType.intSMF119SC_DN_Type raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf119scDnLen
public int smf119scDnLen()SMF119SC_DN_Len value.- Returns:
- int SMF119SC_DN_Len value
-
smf119scDnType
SMF119SC_DN_Type as a DnType.- Returns:
- DnType SMF119SC_DN_Type
-
smf119scDnTypeRawValue
public int smf119scDnTypeRawValue()SMF119SC_DN_Type raw value.- Returns:
- int SMF119SC_DN_Type value
-
smf119scDn
SMF119SC_DN value.- Returns:
- String SMF119SC_DN value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-