Searched refs:tsa (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/tsp/
H A DTSTInfo.java41 GeneralName tsa; field in class:TSTInfo
108 tsa = GeneralName.getInstance(tagged, true);
136 GeneralName tsa, X509Extensions extensions)
147 this.tsa = tsa;
188 return tsa;
214 * tsa [0] GeneralName OPTIONAL,
244 if (tsa != null)
246 seq.add(new DERTaggedObject(true, 0, tsa));
133 TSTInfo(DERObjectIdentifier tsaPolicyId, MessageImprint messageImprint, DERInteger serialNumber, DERGeneralizedTime genTime, Accuracy accuracy, DERBoolean ordering, DERInteger nonce, GeneralName tsa, X509Extensions extensions) argument
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/
H A DTSTInfo.java58 * tsa [0] GeneralName OPTIONAL,
64 * "tsa [0] GeneralName OPTIONAL" is EXPLICIT and the word EXPLICIT is omitted.
84 private final GeneralName tsa; field in class:TSTInfo
90 Boolean ordering, BigInteger nonce, GeneralName tsa,
100 this.tsa = tsa;
127 res.append(tsa);
191 * @return Returns the tsa.
194 return tsa;
261 new ASN1Explicit(0, GeneralName.ASN1), // tsa
88 TSTInfo(int version, String policy, MessageImprint messageImprint, BigInteger serialNumber, Date genTime, int[] accuracy, Boolean ordering, BigInteger nonce, GeneralName tsa, Extensions extensions) argument
[all...]

Completed in 82 milliseconds