Home
last modified time | relevance | path

Searched refs:getSID (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformationStore.java29 SignerId sid = signerInfo.getSID(); in SignerInformationStore()
47 SignerId sid = signer.getSID(); in SignerInformationStore()
DSignerInformation.java69 SignerIdentifier s = info.getSID(); in SignerInformation()
106 this.sid = baseInfo.getSID(); in SignerInformation()
140 public SignerId getSID() in getSID() method in SignerInformation
699 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in replaceUnsignedAttributes()
741 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in addCounterSigners()
DSignerId.java94 return ((SignerInformation)obj).getSID().equals(this); in match()
DSignerInfoGenerator.java124 public SignerIdentifier getSID() in getSID() method in SignerInfoGenerator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DSignerInfo.java226 public SignerIdentifier getSID() in getSID() method in SignerInfo
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DSignerInfo.java228 public SignerIdentifier getSID() in getSID() method in SignerInfo
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py1374 return strings.getSID(name)
1999 return psCharStrings.encodeIntCFF(self.strings.getSID(s))
2479 def getSID(self, s): member in IndexedStrings