Class GFPKCSDataObject
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.external.GFExternal
org.verapdf.gf.model.impl.external.GFPKCSDataObject
- All Implemented Interfaces:
Object,External,PKCSDataObject
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnumber of the SignerInfo structurestrue if the object contains the X.509 signing certificateMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
PKCS_DATA_OBJECT_TYPE
Type name forGFPKCSDataObject- See Also:
-
-
Constructor Details
-
GFPKCSDataObject
- Parameters:
pkcsData-COSStringcontaining encoded PKCS#7 object.
-
-
Method Details
-
getSignerInfoCount
Description copied from interface:PKCSDataObjectnumber of the SignerInfo structures- Specified by:
getSignerInfoCountin interfacePKCSDataObject- Returns:
- amount of SignerInfo entries in PKCS#7 object.
-
getsigningCertificatePresent
Description copied from interface:PKCSDataObjecttrue if the object contains the X.509 signing certificate- Specified by:
getsigningCertificatePresentin interfacePKCSDataObject- Returns:
- true if at least one certificate is contained in PKCS#7 object and all present certificates are not nulls.
-