Home | History | Annotate | Download | only in security

Lines Matching defs:Builder

47  * {@link Builder}.
187 * Builder class for {@link KeyPairGeneratorSpec} objects.
192 * The required fields must be filled in with the builder.
202 * new KeyPairGeneratorSpec.Builder(mContext).setAlias("myKey")
207 public final static class Builder {
223 * Creates a new instance of the {@code Builder} with the given
228 public Builder(Context context) {
240 public Builder setAlias(String alias) {
252 public Builder setSubject(X500Principal subject) {
264 public Builder setSerialNumber(BigInteger serialNumber) {
276 public Builder setStartDate(Date startDate) {
288 public Builder setEndDate(Date endDate) {
302 public Builder setEncryptionRequired() {