Searched refs:signingTime (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DCMSAttributes.java11 * signingTime ::= 1.2.840.113549.1.9.5
25 public static final ASN1ObjectIdentifier signingTime = PKCSObjectIdentifiers.pkcs_9_at_signingTime; field in interface:CMSAttributes
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultSignedAttributeTableGenerator.java52 * normally include contentType, signingTime, and messageDigest. If the constructor
53 * using an AttributeTable was used, entries in it for contentType, signingTime, and
79 if (!std.containsKey(CMSAttributes.signingTime))
81 Date signingTime = new Date();
82 Attribute attr = new Attribute(CMSAttributes.signingTime,
83 new DERSet(new Time(signingTime)));
H A DSignerInformation.java523 Time signingTime = getSigningTime(); // has to be validated if present.
527 if (signingTime != null)
531 if (!dcv.isValidOn(signingTime.getDate()))
533 throw new CMSVerifierCertificateNotValidException("verifier not valid at signingTime");
595 CMSAttributes.signingTime, "signing-time");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 396 milliseconds