Uses of Class
org.mozilla.jss.pkcs12.MacData
Packages that use MacData
-
Uses of MacData in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as MacDataMethods in org.mozilla.jss.pkcs12 that return MacDataModifier and TypeMethodDescriptionPFX.getMacData()
Returns the MacData of this PFX, which is used to verify the contents.Constructors in org.mozilla.jss.pkcs12 with parameters of type MacDataModifierConstructorDescriptionPFX
(INTEGER version, AuthenticatedSafes authSafes, MacData macData) Creates a PFX with the given parameters.PFX
(AuthenticatedSafes authSafes, MacData macData) Creates a PFX with the default version.