Searched refs:ASN1_DER_NULL (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.apksig.internal.asn1.Asn1DerEncoder.ASN1_DER_NULL;69 return new AlgorithmIdentifier(OID_DIGEST_SHA1, ASN1_DER_NULL); in getSignerInfoDigestAlgorithmOid()71 return new AlgorithmIdentifier(OID_DIGEST_SHA256, ASN1_DER_NULL); in getSignerInfoDigestAlgorithmOid()99 new AlgorithmIdentifier(OID_SIG_RSA, ASN1_DER_NULL)); in getSignerInfoSignatureAlgorithm()105 new AlgorithmIdentifier(OID_SIG_DSA, ASN1_DER_NULL); in getSignerInfoSignatureAlgorithm()114 new AlgorithmIdentifier(OID_SIG_SHA256_WITH_DSA, ASN1_DER_NULL); in getSignerInfoSignatureAlgorithm()126 new AlgorithmIdentifier(OID_SIG_EC_PUBLIC_KEY, ASN1_DER_NULL)); in getSignerInfoSignatureAlgorithm()
594 public static final Asn1OpaqueObject ASN1_DER_NULL = field in Asn1DerEncoder