Uses of Enum Class
se.idsec.signservice.security.sign.pdf.utils.SubjectDnAttribute
Packages that use SubjectDnAttribute
-
Uses of SubjectDnAttribute in se.idsec.signservice.security.sign.pdf.utils
Methods in se.idsec.signservice.security.sign.pdf.utils that return SubjectDnAttributeModifier and TypeMethodDescriptionstatic SubjectDnAttributeSubjectDnAttribute.getSubjectDnFromOid(String oid) Based on the supplied OID the method returns the corresponding enum.static SubjectDnAttributeReturns the enum constant of this class with the specified name.static SubjectDnAttribute[]SubjectDnAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.idsec.signservice.security.sign.pdf.utils that return types with arguments of type SubjectDnAttributeModifier and TypeMethodDescriptionstatic Map<SubjectDnAttribute, String> PDFBoxSignatureUtils.getSubjectAttributes(Certificate cert) Gets a map of recognized subject DN attributes.static Map<SubjectDnAttribute, String> PDFBoxSignatureUtils.getSubjectAttributes(org.bouncycastle.asn1.ASN1Sequence subjectDn) Gets a map of recognized subject DN attributes.