| Method Summary |
| str
|
asTextAsString(self)
Get the asText attribute (which is stored as a LOB) as a str. |
M2Crypto.X509.X509
|
asX509(self)
Get the pem (which is stored as a LOB) as a
M2Crypto.X509.X509 instance. |
| |
getAuthenticityBit(self)
|
| |
getSiteBit(self)
|
| str
|
pemAsString(self)
Get the pem attribute (which is stored as a LOB) as a str. |
| |
setAuthenticityBit(self,
authBit)
|
| |
setSiteBit(self,
siteBit)
|
Inherited from ContentItem:
__init__,
__str__,
__unicode__,
addToCollection,
ExportItemData,
getBasedAttributes,
getCurrentMeEmailAddress,
getEmailAddress,
getMembershipItem,
getSharedState,
InitOutgoingAttributes,
isAttributeModifiable,
ItemAboutString,
ItemBodyString,
ItemWhoFromString,
ItemWhoString,
removeFromCollection,
SetItemBodyString,
StampKind
Inherited from Item:
getDefaultParent,
getKind,
iterItems
Inherited from Item:
__getitem__,
__iter__,
_repr_,
addValue,
check,
clone,
collectionChanged,
copy,
delete,
dir,
find,
findMatch,
findPath,
findUUID,
getACL,
getAttributeValue,
getItemChild,
getItemCloud,
getItemDisplayName,
getItemDisplayString,
getValue,
getVersion,
hasAttributeAspect,
hasChild,
hasChildren,
hashItem,
hasKey,
hasLocalAttributeValue,
hasValue,
isAttributeDirty,
isItemOf,
isRemote,
iterAttributeValues,
iterChildren,
mixinKinds,
move,
placeChild,
printItem,
refCount,
removeACL,
removeAttributeValue,
removeValue,
rename,
setACL,
setAttributeValue,
setPinned,
setValue,
unwatchCollection,
unwatchKind,
walk,
watchCollection,
watchKind
Inherited from CItem:
__new__,
__repr__,
getAttributeAspect,
getDirty,
isDeleted,
isDeleting,
isDirty,
isNew,
isPinned,
isSchema,
isStale,
setDirty
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__
|
| Instance Variable Summary |
| |
about: One(None) |
| |
asText: Human readable certificate value -- One(Lob) |
| |
body: attribute descriptor |
| |
collections: attribute descriptor |
| |
contentsOwner: attribute descriptor |
| |
createdOn: attribute descriptor |
| |
creator: attribute descriptor |
| |
date: One(None) |
| |
description: attribute descriptor |
| |
displayName: Display Name -- One(Text) |
| |
fingerprint: One(Bytes) |
| |
fingerprintAlgorithm: fingerprint algorithm -- One(Bytes) |
| |
importance: attribute descriptor |
| |
kindExtent: attribute descriptor |
| |
lastModified: attribute descriptor |
| |
lastModifiedBy: attribute descriptor |
| |
mine: attribute descriptor |
| |
modifiedOn: attribute descriptor |
| |
monitors: attribute descriptor |
| |
pem: PEM -- One(Lob) |
| |
previousStamps: attribute descriptor |
| |
private: attribute descriptor |
| |
read: attribute descriptor |
| |
references: attribute descriptor |
| |
sharedIn: attribute descriptor |
| |
shares: attribute descriptor |
| |
TPBDetailItemOwner: attribute descriptor |
| |
TPBSelectedItemOwner: attribute descriptor |
| |
trust: Trust -- One(Integer) |
| |
type: Certificate type -- One(typeEnum) |
| |
viewContainer: attribute descriptor |
| |
watcherDispatch: attribute descriptor |
| |
watchers: attribute descriptor |
| |
watches: attribute descriptor |
| |
who: One(None) |
Inherited from Item:
aliasedBy,
path,
typeFor,
version
Inherited from CItem:
itsKind,
itsName,
itsParent,
itsPath,
itsRoot,
itsUUID,
itsVersion,
itsView
|